1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Serialise all cheats

This commit is contained in:
Matt
2019-07-14 16:42:24 +02:00
parent e267be785b
commit 73d7591f40

View File

@@ -577,6 +577,7 @@ namespace OpenRCT2
serialiser << gCheatsDisableRideValueAging;
serialiser << gConfigGeneral.show_real_names_of_guests;
serialiser << gCheatsIgnoreResearchStatus;
serialiser << gCheatsEnableAllDrawableTrackPieces;
return true;
}