summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-10-29 22:27:34 +0000
committerDarkvater <Darkvater@openttd.org>2005-10-29 22:27:34 +0000
commit7a09fffa3a783cf408598a09c2237ba44cc84c6c (patch)
tree860fa1d93642a6f2c97a4696b4c76948d5f6855b /table
parent17d341b9021b407a4a88be5968b7d570eac41801 (diff)
downloadopenttd-7a09fffa3a783cf408598a09c2237ba44cc84c6c.tar.xz
(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.
Diffstat (limited to 'table')
-rw-r--r--table/sprites.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h
index e443753b0..585805342 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -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,