1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Added cheat to disable plant aging

This commit is contained in:
Goddesen
2016-05-29 03:12:31 +02:00
committed by Michał Janiszewski
parent 9b705c5a7e
commit 809e459495
8 changed files with 29 additions and 5 deletions

View File

@@ -2644,6 +2644,9 @@ enum {
STR_PROVIDER_WEBSITE = 5869,
STR_SHOW_SERVER_INFO_TIP = 5870,
STR_CHEAT_DISABLE_PLANT_AGING = 5871,
STR_CHEAT_DISABLE_PLANT_AGING_TIP = 5872,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};