(svn r17971) -Codechange: make the code of the toolbar more uniform; give the switch bar a tooltip and unify the naming of sprites.

This commit is contained in:
rubidium
2009-11-04 18:28:59 +00:00
parent c3243891a4
commit 9fc2e8d269
3 changed files with 3 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ 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_IMG_SWITCH_TOOLBAR = SPR_OPENTTD_BASE + 144,
SPR_SIGNALS_BASE = SPR_OPENTTD_BASE + OPENTTD_SPRITE_COUNT,
PRESIGNAL_SPRITE_COUNT = 48,