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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user