(svn r6923) -Codechange: Load nsignalsw.grf in the same way as other mandatory additional grfs

This commit is contained in:
Darkvater
2006-10-24 13:08:52 +00:00
parent 1204eeacfe
commit 512568781b
3 changed files with 7 additions and 4 deletions

View File

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