diff options
Diffstat (limited to 'src/mapsector.h')
-rw-r--r-- | src/mapsector.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mapsector.h b/src/mapsector.h index b57688115..0c32e2606 100644 --- a/src/mapsector.h +++ b/src/mapsector.h @@ -39,7 +39,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #define SECTOR_OBJECT_BUSH_1 2 #define SECTOR_OBJECT_RAVINE 3 -#define MAPSECTOR_FIXEDHEIGHTMAPS_MAXCOUNT 4 +//#define MAPSECTOR_FIXEDHEIGHTMAPS_MAXCOUNT 4 +#define MAPSECTOR_FIXEDHEIGHTMAPS_MAXCOUNT \ + (SECTOR_HEIGHTMAP_SPLIT * SECTOR_HEIGHTMAP_SPLIT) #define MAPSECTOR_SERVER 0 #define MAPSECTOR_CLIENT 1 |