summaryrefslogtreecommitdiff
path: root/src/table/sprites.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-29 23:33:37 +0000
committerrubidium <rubidium@openttd.org>2008-05-29 23:33:37 +0000
commitfe9ce6eac4f2d65a8adeea6164415d40f6f76772 (patch)
tree30ddeecd986a5cd7375f72daf4635c6ea74e6235 /src/table/sprites.h
parent6efcd649128d69de7ef8a078d29ce7bb2756fdcc (diff)
downloadopenttd-fe9ce6eac4f2d65a8adeea6164415d40f6f76772.tar.xz
(svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik.
Diffstat (limited to 'src/table/sprites.h')
-rw-r--r--src/table/sprites.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h
index 115ed663d..c357ba7ee 100644
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -49,7 +49,7 @@ enum Sprites {
/* Extra graphic spritenumbers */
SPR_OPENTTD_BASE = 4896,
- OPENTTD_SPRITE_COUNT = 144,
+ OPENTTD_SPRITE_COUNT = 145,
/* Halftile-selection sprites */
SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE,
@@ -122,6 +122,8 @@ enum Sprites {
SPR_GROUP_REPLACE_OFF_SHIP = SPR_OPENTTD_BASE + 132,
SPR_GROUP_REPLACE_OFF_AIRCRAFT = SPR_OPENTTD_BASE + 133,
+ SPR_SWITCH_TOOLBAR = SPR_OPENTTD_BASE + 144,
+
SPR_SIGNALS_BASE = SPR_OPENTTD_BASE + OPENTTD_SPRITE_COUNT,
PRESIGNAL_SPRITE_COUNT = 48,
PRESIGNAL_AND_SEMAPHORE_SPRITE_COUNT = 112,