forked from mirror/OpenTTD
(svn r18585) -Codechange: replace some magic numbers by constants
This commit is contained in:
@@ -21,6 +21,8 @@ enum {
|
||||
TILE_HEIGHT = 8, ///< The standard height-difference between tiles on two levels is 8 (z-diff 8)
|
||||
|
||||
MAX_TILE_HEIGHT = 15, ///< Maximum allowed tile height
|
||||
MIN_SNOWLINE_HEIGHT = 2, ///< Minimum snowline height
|
||||
DEF_SNOWLINE_HEIGHT = 7, ///< Default snowline height
|
||||
MAX_SNOWLINE_HEIGHT = (MAX_TILE_HEIGHT - 2), ///< Maximum allowed snowline height
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user