summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index cc8b6acc9..bbb0ded43 100644
--- a/variables.h
+++ b/variables.h
@@ -176,6 +176,7 @@ typedef struct Cheats {
Cheat money; // get rich
Cheat crossing_tunnels; // allow tunnels that cross each other
Cheat build_in_pause; // build while in pause mode
+ Cheat no_jetcrash; // no jet will crash on small airports anymore
} Cheats;
VARDEF Cheats _cheats;