1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Merge pull request #1674 from zsilencer/decompiling

implement map_can_construct_with_clear_at
This commit is contained in:
Ted John
2015-07-25 11:12:29 +01:00
2 changed files with 99 additions and 2 deletions

View File

@@ -270,7 +270,7 @@ enum {
STR_CAN_ONLY_BUILD_THIS_ON_WATER = 1032,
STR_CAN_ONLY_BUILD_THIS_ABOVE_GROUND = 1033,
STR_CAN_ONLY_BUILD_THIS_ON_LAND = 1034,
STR_LOCAL_AUTHORITY_WONT_ALLOW_CONSTRUCTION_ABOVE_TREE_HEIGHT = 1035,
STR_LOAD_GAME_DIALOG_TITLE = 1036,
STR_LOAD_LANDSCAPE_DIALOG_TITLE = 1037,
STR_CONVERT_SAVED_GAME_TO_SCENARIO_1038 = 1038,