summaryrefslogtreecommitdiff
path: root/src/map_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map_type.h')
-rw-r--r--src/map_type.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map_type.h b/src/map_type.h
index 9c1d1c925..93aded4d9 100644
--- a/src/map_type.h
+++ b/src/map_type.h
@@ -75,4 +75,11 @@ static const uint MAX_MAP_SIZE = 1 << MAX_MAP_SIZE_BITS; ///< Maximal map s
*/
#define STRAIGHT_TRACK_LENGTH 7071/10000
+/** Argument for CmdLevelLand describing what to do. */
+enum LevelMode {
+ LM_LEVEL, ///< Level the land.
+ LM_LOWER, ///< Lower the land.
+ LM_RAISE, ///< Raise the land.
+};
+
#endif /* MAP_TYPE_H */