mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
This commit is contained in:
committed by
Michael Steenbeek
parent
a984bd1396
commit
9eab82a7d9
@@ -1653,7 +1653,7 @@ static money32 map_set_land_height(int flags, int x, int y, int height, int styl
|
||||
if (height > 142) {
|
||||
gGameCommandErrorText = STR_TOO_HIGH;
|
||||
return MONEY32_UNDEFINED;
|
||||
} else if (height == 62 && (style & 0x1F) != 0) {
|
||||
} else if (height > 140 && (style & 0x1F) != 0) {
|
||||
gGameCommandErrorText = STR_TOO_HIGH;
|
||||
return MONEY32_UNDEFINED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user