(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.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user