summaryrefslogtreecommitdiff
path: root/src/cheat_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 11:27:34 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 11:27:34 +0000
commitf41b55f0ff6ee71d8e40cd522ae175bcb28c35c5 (patch)
tree3e1f5c7e5c6fc362ee671d9136d3dcdfce77570b /src/cheat_type.h
parent9daf7e749ccb00873443e2261379bf31999664d9 (diff)
downloadopenttd-f41b55f0ff6ee71d8e40cd522ae175bcb28c35c5.tar.xz
(svn r26880) -Add: stub settings for limiting bridge and map height
Diffstat (limited to 'src/cheat_type.h')
-rw-r--r--src/cheat_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cheat_type.h b/src/cheat_type.h
index a345cdd3b..845574772 100644
--- a/src/cheat_type.h
+++ b/src/cheat_type.h
@@ -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;