summaryrefslogtreecommitdiff
path: root/table/sprites.h
diff options
context:
space:
mode:
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,