summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-21 13:21:09 +0000
committerdominik <dominik@openttd.org>2004-08-21 13:21:09 +0000
commit85012a519cd68368194a36309510bedfcee21403 (patch)
tree7cbc9b2d338b09294e2d77a7ef031186b3f81f92 /variables.h
parent287dcdc779bc41f728062ee3c1cd8097a9f9c7ed (diff)
downloadopenttd-85012a519cd68368194a36309510bedfcee21403.tar.xz
(svn r101) New cheat: switch climate
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;