summaryrefslogtreecommitdiff
path: root/src/table/sprites.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-03-09 14:41:39 +0000
committerrubidium <rubidium@openttd.org>2007-03-09 14:41:39 +0000
commit2b6736d24434e35ecc940e5d0cdd7344fd7903e2 (patch)
tree9583d8e8d6da6438f5dc346057ab303487ed2f2f /src/table/sprites.h
parente1eab15b842949e4a28f65fd21fd71b247e9df4b (diff)
downloadopenttd-2b6736d24434e35ecc940e5d0cdd7344fd7903e2.tar.xz
(svn r9077) -Fix [FS#612]: the wrong catenary wires were drawn for tunnel entrances.
Diffstat (limited to 'src/table/sprites.h')
-rw-r--r--src/table/sprites.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h
index 1ea4f71cf..e9b9c9b69 100644
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -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,