(svn r9077) -Fix [FS#612]: the wrong catenary wires were drawn for tunnel entrances.

This commit is contained in:
rubidium
2007-03-09 14:41:39 +00:00
parent e1eab15b84
commit 2b6736d244
3 changed files with 25 additions and 2 deletions

View File

@@ -291,6 +291,12 @@ enum Sprites {
SPR_WIRE_Y_NW_DOWN = SPR_ELRAIL_BASE + 26,
/* Tunnel entries */
SPR_WIRE_TUNNEL_NE = SPR_ELRAIL_BASE + 27,
SPR_WIRE_TUNNEL_SE = SPR_ELRAIL_BASE + 28,
SPR_WIRE_TUNNEL_SW = SPR_ELRAIL_BASE + 29,
SPR_WIRE_TUNNEL_NW = SPR_ELRAIL_BASE + 30,
/* Depot entries */
SPR_WIRE_DEPOT_SW = SPR_ELRAIL_BASE + 27,
SPR_WIRE_DEPOT_NW = SPR_ELRAIL_BASE + 28,
SPR_WIRE_DEPOT_NE = SPR_ELRAIL_BASE + 29,