src/rail.h
branchnoai
changeset 10920 e33442a2b239
parent 10513 33cb70ff2f5d
--- a/src/rail.h	Wed Jun 11 14:55:10 2008 +0000
+++ b/src/rail.h	Wed Jun 11 15:23:32 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;