diff options
Diffstat (limited to 'src/rail.h')
-rw-r--r-- | src/rail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rail.h b/src/rail.h index 06445d558..69038c205 100644 --- a/src/rail.h +++ b/src/rail.h @@ -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 |