(svn r26880) -Add: stub settings for limiting bridge and map height

This commit is contained in:
rubidium
2014-09-21 11:27:34 +00:00
parent 9daf7e749c
commit f41b55f0ff
5 changed files with 35 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ struct Cheats {
Cheat change_date; ///< changes date ingame
Cheat setup_prod; ///< setup raw-material production in game
Cheat dummy3; ///< empty cheat (enable running el-engines on normal rail)
Cheat edit_max_hl; ///< edit the maximum heightlevel
};
extern Cheats _cheats;