1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

implement clear scenery game command, try out removing paths feature

This commit is contained in:
IntelOrca
2014-11-04 03:34:12 +00:00
parent c75ae048a4
commit d92a4d9418
9 changed files with 283 additions and 16 deletions

View File

@@ -652,6 +652,8 @@ enum {
STR_STAFF_MECHANICS_TAB_TIP = 2211,
STR_STAFF_SECURITY_TAB_TIP = 2212,
STR_STAFF_ENTERTAINERS_TAB_TIP = 2213,
STR_CONSTRUCTION_NOT_POSSIBLE_WHILE_GAME_IS_PAUSED = 2214,
STR_CELSIUS_VALUE = 2216,
STR_FAHRENHEIT_VALUE = 2217,
@@ -981,6 +983,7 @@ enum {
STR_NO_RECENT_AWARDS = 2848,
STR_FORBIDDEN_BY_THE_LOCAL_AUTHORITY = 2853,
STR_ENTRANCE_NOT_CONNECTED = 2854,
STR_EXIT_NOT_CONNECTED = 2855,