diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-01-17 14:57:37 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-17 14:57:37 +0200 |
| commit | 0fa0e0752a28eeb43195f2288c018d5c0b24520b (patch) | |
| tree | 72c05dc4cd98663d92a6a312c6b8128c18791590 /src/mapsector.h | |
| parent | bd26be262d30eeb0ca818b634891704de4365893 (diff) | |
| download | minetest-0fa0e0752a28eeb43195f2288c018d5c0b24520b.tar.xz | |
old water removed, some fixes here and there
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 |
