(svn r3102) - Fix (regression): Newly added sprite had problems when newgrf's where loaded. Thanks Tron for explaining what the problem was and how it should be solved.

This commit is contained in:
Darkvater
2005-10-29 22:27:34 +00:00
parent 6d41c23cf2
commit b5583659e0
2 changed files with 9 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ enum Sprites {
SPR_BOX_EMPTY = SPR_OPENTTD_BASE + 66,
SPR_BOX_CHECKED = SPR_OPENTTD_BASE + 67,
SPR_WINDOW_RESIZE = SPR_OPENTTD_BASE + 94, // resize icon
SPR_HOUSE_ICON = SPR_OPENTTD_BASE + 138,
SPR_HOUSE_ICON = SPR_OPENTTD_BASE + 101,
// arrow icons pointing in all 4 directions
SPR_ARROW_DOWN = SPR_OPENTTD_BASE + 95,
SPR_ARROW_UP = SPR_OPENTTD_BASE + 96,