(svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail pieces was inverted.

This commit is contained in:
peter1138
2009-12-15 13:59:20 +00:00
parent 7c2a61e210
commit 7b136d1fdd
7 changed files with 21 additions and 21 deletions

View File

@@ -54,8 +54,8 @@ struct RailtypeInfo {
SpriteID track_y; ///< single piece of rail in Y direction, with ground
SpriteID track_ns; ///< two pieces of rail in North and South corner (East-West direction)
SpriteID ground; ///< ground sprite for a 3-way switch
SpriteID single_x; ///< single piece of rail in X direction, without ground
SpriteID single_y; ///< single piece of rail in Y direction, without ground
SpriteID single_x; ///< single piece of rail in X direction
SpriteID single_n; ///< single piece of rail in the northern corner
SpriteID single_s; ///< single piece of rail in the southern corner
SpriteID single_e; ///< single piece of rail in the eastern corner