diff options
author | rubidium <rubidium@openttd.org> | 2009-11-04 18:28:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-11-04 18:28:59 +0000 |
commit | 32b568a7e9fb8c608315ff4990a7d8278393bd9f (patch) | |
tree | fc078b6248731bf3254dbea08c3bfa24b205d58c /src/table | |
parent | b2946819e470a79bac3d3cc2ccdc5b5771d7954c (diff) | |
download | openttd-32b568a7e9fb8c608315ff4990a7d8278393bd9f.tar.xz |
(svn r17971) -Codechange: make the code of the toolbar more uniform; give the switch bar a tooltip and unify the naming of sprites.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index e522ec71f..4ac86fc9c 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -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, |