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:
committed by
Michał Janiszewski
parent
9b705c5a7e
commit
809e459495
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user