(svn r21431) -Cleanup: remove the build-while-paused cheat

This commit is contained in:
rubidium
2010-12-07 21:13:34 +00:00
parent 5dbd80ff3c
commit 00d3428edf
3 changed files with 2 additions and 5 deletions

View File

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