1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Automatically open shops & stalls

- Added a new option under misc to automatically open shops and stalls
 - Option is disabled by default
 - When enabled, shops & stalls are automatically opened right after being placed on the map
This commit is contained in:
Ian Spence
2015-12-24 00:00:41 -08:00
parent 652031e0fe
commit ba038c10ab
6 changed files with 24 additions and 1 deletions

View File

@@ -2155,6 +2155,9 @@ enum {
STR_KICK_PLAYER = 5556,
STR_STAY_CONNECTED_AFTER_DESYNC = 5557,
STR_AUTO_OPEN_SHOPS = 5586,
STR_AUTO_OPEN_SHOPS_TIP = 5587,
STR_RESTART_REQUIRED = 5558,
STR_LANGUAGE_LOAD_FAILED = 5561,