From 85012a519cd68368194a36309510bedfcee21403 Mon Sep 17 00:00:00 2001 From: dominik Date: Sat, 21 Aug 2004 13:21:09 +0000 Subject: (svn r101) New cheat: switch climate --- variables.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'variables.h') 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; -- cgit v1.2.3-54-g00ecf