summaryrefslogtreecommitdiff
path: root/table/sprites.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-24 13:08:52 +0000
committerDarkvater <darkvater@openttd.org>2006-10-24 13:08:52 +0000
commit512568781b78fccda08044e329734725567f0eae (patch)
tree9199f1fbb1888f2403201d82a1d01e5080282f86 /table/sprites.h
parent1204eeacfeaf0177d1513d71c8eb318778c8d8c3 (diff)
downloadopenttd-512568781b78fccda08044e329734725567f0eae.tar.xz
(svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs
Diffstat (limited to 'table/sprites.h')
-rw-r--r--table/sprites.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h
index 9406de826..6f6b7b3ef 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -49,7 +49,8 @@ enum Sprites {
/* Extra graphic spritenumbers */
OPENTTD_SPRITES_COUNT = 116, // number of gfx-sprites in openttd.grf
- SPR_CANALS_BASE = 5382,
+ SPR_SIGNALS_BASE = 4896,
+ SPR_CANALS_BASE = SPR_SIGNALS_BASE + 486,
SPR_SLOPES_BASE = SPR_CANALS_BASE + 70,
SPR_AUTORAIL_BASE = SPR_SLOPES_BASE + 78,
SPR_ELRAIL_BASE = SPR_AUTORAIL_BASE + 55,