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

Add a cheat option to disable brakes failure

This commit is contained in:
Gymnasiast
2015-05-17 14:26:45 +02:00
parent 8d0ab82d65
commit 0b3d2dad41
4 changed files with 20 additions and 4 deletions

View File

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