src/rail_map.h
changeset 9019 de364e5be143
parent 8910 b261b6cb9b21
child 9128 8372a371a3e1
--- a/src/rail_map.h	Sun Feb 10 05:21:08 2008 +0000
+++ b/src/rail_map.h	Sun Feb 10 11:35:05 2008 +0000
@@ -409,6 +409,7 @@
 	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)