1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r101) New cheat: switch climate

This commit is contained in:
dominik
2004-08-21 13:21:09 +00:00
parent 287dcdc779
commit 85012a519c
3 changed files with 25 additions and 4 deletions

View File

@@ -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;