1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +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

@@ -518,6 +518,7 @@ extern "C"
gCheatsDisableLittering = SDL_ReadU8(rw) != 0;
gCheatsNeverendingMarketing = SDL_ReadU8(rw) != 0;
gCheatsFreezeClimate = SDL_ReadU8(rw) != 0;
gCheatsDisablePlantAging = SDL_ReadU8(rw) != 0;
gLastAutoSaveTick = SDL_GetTicks();
return 1;