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 21e60e71d..f26255263 100644
--- a/variables.h
+++ b/variables.h
@@ -180,6 +180,7 @@ typedef struct Cheats {
Cheat build_in_pause; // build while in pause mode
Cheat no_jetcrash; // no jet will crash on small airports anymore
Cheat switch_climate;
+ Cheat change_date; //changes date ingame
} Cheats;
VARDEF Cheats _cheats;