diff options
author | rubidium <rubidium@openttd.org> | 2009-11-19 20:34:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-11-19 20:34:45 +0000 |
commit | 16f270467fc45d28bbc61741caf84fbeb094ebfe (patch) | |
tree | 2e759aa420f1c0ef77d7fbc4941ae9a099d991e6 /src/table | |
parent | 0658ce739abd3e126fdb9a7ef7b52ec9ec42c1cd (diff) | |
download | openttd-16f270467fc45d28bbc61741caf84fbeb094ebfe.tar.xz |
(svn r18192) -Codechange: make the music window RTL aware
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 4ac86fc9c..3ffe4d145 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 = 150, + OPENTTD_SPRITE_COUNT = 151, /* Halftile-selection sprites */ SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE, @@ -71,6 +71,7 @@ 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_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, SPR_ARROW_UP = SPR_OPENTTD_BASE + 46, |