summaryrefslogtreecommitdiff
path: root/src/rail_map.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-01-25 16:51:35 +0000
committerfrosch <frosch@openttd.org>2008-01-25 16:51:35 +0000
commitb329781ab284fb3eb19b60697e54e2bc56bd5d58 (patch)
treed5954bd3405a0baedd9ce21abca6f20c4ed4b0af /src/rail_map.h
parent6f6708e8448f891bc03c87c630a0c8f9cf47d332 (diff)
downloadopenttd-b329781ab284fb3eb19b60697e54e2bc56bd5d58.tar.xz
(svn r11984) -Fix: Also draw corner shores under rail tracks.
Diffstat (limited to 'src/rail_map.h')
-rw-r--r--src/rail_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rail_map.h b/src/rail_map.h
index d4f63c72b..edd9faf90 100644
--- a/src/rail_map.h
+++ b/src/rail_map.h
@@ -408,7 +408,7 @@ enum RailGroundType {
RAIL_GROUND_FENCE_HORIZ1 = 10, ///< Grass with a fence at the southern side
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 water on the lower halftile
+ RAIL_GROUND_WATER = 13, ///< Grass with a fence and shore or water on the free halftile
};
static inline void SetRailGroundType(TileIndex t, RailGroundType rgt)