summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index 9e8f09484..e2a353ac4 100644
--- a/variables.h
+++ b/variables.h
@@ -177,8 +177,9 @@ typedef struct Cheats {
Cheat switch_player; // change to another player
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
+ Cheat build_in_pause; // build while in pause mode
+ Cheat no_jetcrash; // no jet will crash on small airports anymore
+ Cheat switch_climate;
} Cheats;
VARDEF Cheats _cheats;