(svn r11984) -Fix: Also draw corner shores under rail tracks.

This commit is contained in:
frosch
2008-01-25 16:51:35 +00:00
parent 6f6708e844
commit b329781ab2
4 changed files with 108 additions and 30 deletions

View File

@@ -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)