summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
Diffstat (limited to 'table')
-rw-r--r--table/sprites.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/table/sprites.h b/table/sprites.h
index f520f96a9..e443753b0 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -60,6 +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,
// arrow icons pointing in all 4 directions
SPR_ARROW_DOWN = SPR_OPENTTD_BASE + 95,
SPR_ARROW_UP = SPR_OPENTTD_BASE + 96,