summaryrefslogtreecommitdiff
path: root/src/cheat_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 12:39:24 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 12:39:24 +0000
commit7b27a28f0a961f23b2998b65a06723fcfc3a3535 (patch)
treef3664b39e073d3ee3cbe9c409162fea5f74e133d /src/cheat_type.h
parentd600334c095c08f7a929f33e5291ceb5ba07b4dd (diff)
downloadopenttd-7b27a28f0a961f23b2998b65a06723fcfc3a3535.tar.xz
(svn r26887) -Add: cheat for changing the height level (mostly due to the mess with changing snow levels and such)
Diffstat (limited to 'src/cheat_type.h')
-rw-r--r--src/cheat_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cheat_type.h b/src/cheat_type.h
index 845574772..a75acf35e 100644
--- a/src/cheat_type.h
+++ b/src/cheat_type.h
@@ -36,7 +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
+ Cheat edit_max_hl; ///< edit the maximum heightlevel; this is a cheat because of the fact that it needs to reset NewGRF game state and doing so as a simple configuration breaks the expectation of many
};
extern Cheats _cheats;