From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/core/range.h | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'src/core/range.h') diff --git a/src/core/range.h b/src/core/range.h index d530f0b..a133695 100644 --- a/src/core/range.h +++ b/src/core/range.h @@ -7,22 +7,24 @@ #ifndef __INCLUDED_CORE_RANGE_H__ #define __INCLUDED_CORE_RANGE_H__ -namespace core { +namespace core +{ /** * @brief range and scale constants */ -namespace range { - /// maximal visible range (world distance) - /** This is the distance of the frustum far plane, - * the maximal distance at which entities can be drawn. - * the maximal radar range - * and the maximal range to send entity updates - */ - const float maxdistance = 1024.0f; +namespace range +{ +/// maximal visible range (world distance) +/** This is the distance of the frustum far plane, + * the maximal distance at which entities can be drawn. + * the maximal radar range + * and the maximal range to send entity updates + */ +const float maxdistance = 1024.0f; - /// detail/fx distance (world distance) - const float fxdistance = 256.0f; +/// detail/fx distance (world distance) +const float fxdistance = 256.0f; } } -- cgit v1.2.3