diff options
author | truelight <truelight@openttd.org> | 2007-07-23 16:08:58 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-07-23 16:08:58 +0000 |
commit | 98b23edeb3c789ea839a05424d2f802c1c0d6de0 (patch) | |
tree | 05a69e5a55f30ef9e0bf5a305d168df4935746bb /src/table | |
parent | 8367e16809067a09af4a54bec7fc79d6f1a35cbf (diff) | |
download | openttd-98b23edeb3c789ea839a05424d2f802c1c0d6de0.tar.xz |
(svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch)
-Codechange: added documentation and SPR_ enums for track fences (frosch)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 777cb4261..486f935e1 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -303,6 +303,16 @@ enum Sprites { OFFSET_TILEH_13 = 19, OFFSET_TILEH_14 = 16, + /* Track fences */ + SPR_TRACK_FENCE_FLAT_X = 1301, + SPR_TRACK_FENCE_FLAT_Y = 1302, + SPR_TRACK_FENCE_FLAT_VERT = 1303, + SPR_TRACK_FENCE_FLAT_HORZ = 1304, + SPR_TRACK_FENCE_SLOPE_SW = 1305, + SPR_TRACK_FENCE_SLOPE_SE = 1306, + SPR_TRACK_FENCE_SLOPE_NE = 1307, + SPR_TRACK_FENCE_SLOPE_NW = 1308, + /* Elrail stuff */ /* Wires. First identifier is the direction of the track, second is the required placement of the pylon. * "short" denotes a wire that requires a pylon on each end. Third identifier is the direction of the slope |