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 5442f186a..46636cf19 100644
--- a/variables.h
+++ b/variables.h
@@ -208,6 +208,7 @@ typedef struct Cheats {
Cheat no_jetcrash; // no jet will crash on small airports anymore
Cheat switch_climate;
Cheat change_date; //changes date ingame
+ Cheat setup_prod; //setup raw-material production in game
} Cheats;
VARDEF Cheats _cheats;