(svn r10659) -Codechange: updated documentation around RAIL_GROUND_FENCE_VERT[12] (frosch)

-Codechange: added documentation and SPR_ enums for track fences (frosch)
This commit is contained in:
truelight
2007-07-23 16:08:58 +00:00
parent 8367e16809
commit 98b23edeb3
3 changed files with 36 additions and 14 deletions

View File

@@ -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