1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Raise water height limit

Since the water height is not limited to the bits it was stored in before, it can be increased much higher now. This commits sets it to same max height as for surfaces.
This commit is contained in:
Hielke Morsink
2021-05-19 11:28:33 +02:00
parent 0ff22e13d7
commit 18bb0a3c64

View File

@@ -20,7 +20,7 @@
#define MINIMUM_LAND_HEIGHT 2
#define MAXIMUM_LAND_HEIGHT 142
#define MINIMUM_WATER_HEIGHT 2
#define MAXIMUM_WATER_HEIGHT 58
#define MAXIMUM_WATER_HEIGHT 142
#define MINIMUM_MAP_SIZE_TECHNICAL 15
#define MAXIMUM_MAP_SIZE_TECHNICAL 1001