medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit b3701d2134bf7068c4eed301dd437aa10acb5fba
parent 2c49de0dca8ef930bd4a7c0d77926c729fe6fc44
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Aug 16 19:35:26 +0200

Tone down REGION_SIZE for my laptop

Diffstat:
terrain_manager.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/terrain_manager.h b/terrain_manager.h @@ -10,7 +10,7 @@ class TerrainManager { private: const static int TILE_SIZE = 128; - const static int REGION_SIZE = 11; + const static int REGION_SIZE = 5; const static int REGION_HALF = REGION_SIZE / 2; std::string dir;