src/rail.h
changeset 9493 030cfc495f31
parent 9154 2c042b567165
child 9775 22e256c3bf46
equal deleted inserted replaced
9492:cbd8e40186c3 9493:030cfc495f31
    36 		SpriteID single_x;     ///< single piece of rail in X direction
    36 		SpriteID single_x;     ///< single piece of rail in X direction
    37 		SpriteID single_n;     ///< single piece of rail in the northern corner
    37 		SpriteID single_n;     ///< single piece of rail in the northern corner
    38 		SpriteID single_s;     ///< single piece of rail in the southern corner
    38 		SpriteID single_s;     ///< single piece of rail in the southern corner
    39 		SpriteID single_e;     ///< single piece of rail in the eastern corner
    39 		SpriteID single_e;     ///< single piece of rail in the eastern corner
    40 		SpriteID single_w;     ///< single piece of rail in the western corner
    40 		SpriteID single_w;     ///< single piece of rail in the western corner
       
    41 		SpriteID single_sloped;///< single piecs of rail for slopes
    41 		SpriteID crossing;     ///< level crossing, rail in X direction
    42 		SpriteID crossing;     ///< level crossing, rail in X direction
    42 		SpriteID tunnel;       ///< tunnel sprites base
    43 		SpriteID tunnel;       ///< tunnel sprites base
    43 	} base_sprites;
    44 	} base_sprites;
    44 
    45 
    45 	/** struct containing the sprites for the rail GUI. @note only sprites referred to
    46 	/** struct containing the sprites for the rail GUI. @note only sprites referred to