1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +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

@@ -562,6 +562,7 @@ extern "C"
SDL_WriteU8(rw, gCheatsDisableLittering);
SDL_WriteU8(rw, gCheatsNeverendingMarketing);
SDL_WriteU8(rw, gCheatsFreezeClimate);
SDL_WriteU8(rw, gCheatsDisablePlantAging);
gfx_invalidate_screen();
return 1;