diff --git a/source/terrain/TerrGlobals.h b/source/terrain/TerrGlobals.h index a6873480d8..18c27aa6b3 100755 --- a/source/terrain/TerrGlobals.h +++ b/source/terrain/TerrGlobals.h @@ -1,6 +1,6 @@ //*********************************************************** // -// Name: TerrGlobals.h +// Name: TerrGlobals.H // Last Update: 27/2/02 // Author: Poya Manouchehri // @@ -14,7 +14,7 @@ const int PATCH_SIZE = 16; const int CELL_SIZE = 4; //horizontal scale of the patches -const float HEIGHT_SCALE = 1.0f; +const float HEIGHT_SCALE = 0.35f; //only 3x3 patches loaded at a time const int NUM_PATCHES_PER_SIDE = 20; @@ -26,4 +26,4 @@ const int MAP_SIZE = ( (NUM_PATCHES_PER_SIDE*PATCH_SIZE)+1 ); -#endif \ No newline at end of file +#endif