diff options
Diffstat (limited to 'src/terrain')
| -rw-r--r-- | src/terrain/inc/terrain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terrain/inc/terrain.h b/src/terrain/inc/terrain.h index fbe8af8..d640f17 100644 --- a/src/terrain/inc/terrain.h +++ b/src/terrain/inc/terrain.h @@ -14,7 +14,7 @@ extern "C" enum { MAP_TILES = 64, - TERRAIN_SZ = 32, + TERRAIN_SZ = 16, MAP_W = MAP_TILES * TERRAIN_SZ, MAP_H = MAP_TILES * TERRAIN_SZ }; |
