From 2c67320bae6eb048a1fafbcda79c58d4f49260d5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 20 Oct 2007 21:05:18 +0000 Subject: (svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch. --- src/rail_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rail_map.h') diff --git a/src/rail_map.h b/src/rail_map.h index b20230dcd..364394cff 100644 --- a/src/rail_map.h +++ b/src/rail_map.h @@ -394,6 +394,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 }; static inline void SetRailGroundType(TileIndex t, RailGroundType rgt) -- cgit v1.2.3-54-g00ecf