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