summaryrefslogtreecommitdiff
path: root/src/cheat_type.h
diff options
context:
space:
mode:
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;