summaryrefslogtreecommitdiff
path: root/src/cheat_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-07 21:13:34 +0000
committerrubidium <rubidium@openttd.org>2010-12-07 21:13:34 +0000
commit00d3428edf44ed756c755fb5ce7a32903fdcaf7a (patch)
treef3d0c175f48ec462abbc1a27d0f6c0a982e0d4f1 /src/cheat_type.h
parent5dbd80ff3cfe9dc161a1d4e1c2cf940e67330a4d (diff)
downloadopenttd-00d3428edf44ed756c755fb5ce7a32903fdcaf7a.tar.xz
(svn r21431) -Cleanup: remove the build-while-paused cheat
Diffstat (limited to 'src/cheat_type.h')
-rw-r--r--src/cheat_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cheat_type.h b/src/cheat_type.h
index 411634585..8cb438fed 100644
--- a/src/cheat_type.h
+++ b/src/cheat_type.h
@@ -30,12 +30,12 @@ struct Cheats {
Cheat switch_company; ///< change to another company
Cheat money; ///< get rich or poor
Cheat crossing_tunnels; ///< allow tunnels that cross each other
- Cheat build_in_pause; ///< build while in pause mode
+ 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 change_date; ///< changes date ingame
Cheat setup_prod; ///< setup raw-material production in game
- Cheat dummy; ///< empty cheat (enable running el-engines on normal rail)
+ Cheat dummy2; ///< empty cheat (enable running el-engines on normal rail)
};
extern Cheats _cheats;