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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user