src/rail.h
branchNewGRF_ports
changeset 10994 cd9968b6f96b
parent 10724 68a692eacf22
--- a/src/rail.h	Tue Jun 17 10:32:49 2008 +0000
+++ b/src/rail.h	Tue Jun 17 13:22:13 2008 +0000
@@ -38,6 +38,7 @@
 		SpriteID single_s;     ///< single piece of rail in the southern corner
 		SpriteID single_e;     ///< single piece of rail in the eastern corner
 		SpriteID single_w;     ///< single piece of rail in the western corner
+		SpriteID single_sloped;///< single piecs of rail for slopes
 		SpriteID crossing;     ///< level crossing, rail in X direction
 		SpriteID tunnel;       ///< tunnel sprites base
 	} base_sprites;