From abbc0f052b931a792bb4ce3ad4d87f3fc8772e5f Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 19:21:32 +0000 Subject: (svn r23733) -Fix-ish [FS#4939]: cheating to different climates messes things even more up than changing NewGRFs in-game... so guess what happened --- src/cheat_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cheat_type.h') diff --git a/src/cheat_type.h b/src/cheat_type.h index 8cb438fed..a345cdd3b 100644 --- a/src/cheat_type.h +++ b/src/cheat_type.h @@ -32,10 +32,10 @@ struct Cheats { Cheat crossing_tunnels; ///< allow tunnels that cross each other Cheat dummy1; ///< empty cheat (build while in pause mode) Cheat no_jetcrash; ///< no jet will crash on small airports anymore - Cheat switch_climate; ///< change the climate of the map + Cheat dummy2; ///< empty cheat (change the climate of the map) Cheat change_date; ///< changes date ingame Cheat setup_prod; ///< setup raw-material production in game - Cheat dummy2; ///< empty cheat (enable running el-engines on normal rail) + Cheat dummy3; ///< empty cheat (enable running el-engines on normal rail) }; extern Cheats _cheats; -- cgit v1.2.3-54-g00ecf