diff options
author | alberth <alberth@openttd.org> | 2009-12-20 20:15:19 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-12-20 20:15:19 +0000 |
commit | a4a043344b30918f44eb7ccfef1df290e25deafb (patch) | |
tree | 8963787935ed548e5dcbe3b87a0f7ad3a4b3f407 /src/table | |
parent | 5a083f183e5ece4e379a12d7f5b927e54a83d04a (diff) | |
download | openttd-a4a043344b30918f44eb7ccfef1df290e25deafb.tar.xz |
(svn r18581) -Change (r18570): Update sprite tables for the window shading sprites too.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 19b9a72af..aa0a033a8 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -56,7 +56,7 @@ enum Sprites { /* Extra graphic spritenumbers */ SPR_OPENTTD_BASE = 4896, - OPENTTD_SPRITE_COUNT = 151, + OPENTTD_SPRITE_COUNT = 153, /* Halftile-selection sprites */ SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE, @@ -71,6 +71,8 @@ enum Sprites { SPR_WARNING_SIGN = SPR_OPENTTD_BASE + 43, // warning sign (shown if there are any newgrf errors) SPR_WINDOW_RESIZE_RIGHT= SPR_OPENTTD_BASE + 44, // resize icon to the right SPR_WINDOW_RESIZE_LEFT = SPR_OPENTTD_BASE + 149, // resize icon to the left + SPR_WINDOW_SHADE = SPR_OPENTTD_BASE + 151, // shade the window icon + SPR_WINDOW_UNSHADE = SPR_OPENTTD_BASE + 152, // unshade the window icon SPR_IMG_PLAY_MUSIC_RTL = SPR_OPENTTD_BASE + 150, // play music button, but then for RTL users /* Arrow icons pointing in all 4 directions */ SPR_ARROW_DOWN = SPR_OPENTTD_BASE + 45, |