1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Add cheat option to disable breakdowns completely.

This commit is contained in:
Gymnasiast
2015-05-17 18:55:57 +02:00
parent 8f82175fec
commit dc524c1b6a
5 changed files with 15 additions and 4 deletions

View File

@@ -149,6 +149,7 @@ typedef struct {
typedef struct {
uint8 fast_lift_hill;
uint8 disable_brakes_failure;
uint8 disable_all_breakdowns;
} cheat_configuration;