summaryrefslogtreecommitdiff
path: root/src/rail_map.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-02-10 11:35:05 +0000
committersmatz <smatz@openttd.org>2008-02-10 11:35:05 +0000
commit9deab65bae18ec7e577dad07a15fcbdc3b69c55a (patch)
tree9185ee0ad437a299b940c415ed80e16ea839bda7 /src/rail_map.h
parentefe831934acf8ea9e8838638ede475ef62804295 (diff)
downloadopenttd-9deab65bae18ec7e577dad07a15fcbdc3b69c55a.tar.xz
(svn r12098) -Fix: make snow appear on rail tiles dependant on track height, not on height of the lowest part of the tile
Diffstat (limited to 'src/rail_map.h')
-rw-r--r--src/rail_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rail_map.h b/src/rail_map.h
index edd9faf90..4187a70db 100644
--- a/src/rail_map.h
+++ b/src/rail_map.h
@@ -409,6 +409,7 @@ enum RailGroundType {
RAIL_GROUND_FENCE_HORIZ2 = 11, ///< Grass with a fence at the northern side
RAIL_GROUND_ICE_DESERT = 12, ///< Icy or sandy
RAIL_GROUND_WATER = 13, ///< Grass with a fence and shore or water on the free halftile
+ RAIL_GROUND_HALF_SNOW = 14, ///< Snow only on higher part of slope (steep or one corner raised)
};
static inline void SetRailGroundType(TileIndex t, RailGroundType rgt)