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

Add cheat option for lift hills up to 410 km/h, fix a comment and some spaces

This commit is contained in:
Gymnasiast
2015-05-16 17:16:09 +02:00
parent cad8295c53
commit 02ba241385
5 changed files with 41 additions and 6 deletions

View File

@@ -146,6 +146,11 @@ typedef struct {
uint8 ride_music;
} sound_configuration;
typedef struct {
uint8 fast_lift_hill;
} cheat_configuration;
typedef struct {
uint8 key;
uint8 modifier;
@@ -154,6 +159,7 @@ typedef struct {
extern general_configuration gConfigGeneral;
extern interface_configuration gConfigInterface;
extern sound_configuration gConfigSound;
extern cheat_configuration gConfigCheat;
extern uint16 gShortcutKeys[SHORTCUT_COUNT];