diff options
author | rubidium <rubidium@openttd.org> | 2010-04-23 14:31:10 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-04-23 14:31:10 +0000 |
commit | 532ac6bd670ab586cfe8778ea9b009f1201abfb5 (patch) | |
tree | 620544fa7750bb4d8c09ca5d6d129d070f15f836 /src | |
parent | 92a6710cb70f13ef67f0a9e98e6a293b7d27b38f (diff) | |
download | openttd-532ac6bd670ab586cfe8778ea9b009f1201abfb5.tar.xz |
(svn r19697) -Add: sprite for NewGRF some debuging features
Diffstat (limited to 'src')
-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 29f0a7361..3fc4f2f22 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -55,7 +55,7 @@ static const SpriteID SPR_LARGE_SMALL_WINDOW = 682; /* Extra graphic spritenumbers */ static const SpriteID SPR_OPENTTD_BASE = 4896; -static const uint16 OPENTTD_SPRITE_COUNT = 153; +static const uint16 OPENTTD_SPRITE_COUNT = 154; /* Halftile-selection sprites */ static const SpriteID SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE; @@ -72,6 +72,7 @@ static const SpriteID SPR_WINDOW_RESIZE_RIGHT= SPR_OPENTTD_BASE + 44; // resize static const SpriteID SPR_WINDOW_RESIZE_LEFT = SPR_OPENTTD_BASE + 149; // resize icon to the left static const SpriteID SPR_WINDOW_SHADE = SPR_OPENTTD_BASE + 151; // shade the window icon static const SpriteID SPR_WINDOW_UNSHADE = SPR_OPENTTD_BASE + 152; // unshade the window icon +static const SpriteID SPR_WINDOW_DEBUG = SPR_OPENTTD_BASE + 153; // NewGRF debug window icon static const SpriteID SPR_IMG_PLAY_MUSIC_RTL = SPR_OPENTTD_BASE + 150; // play music button, but then for RTL users /* Arrow icons pointing in all 4 directions */ static const SpriteID SPR_ARROW_DOWN = SPR_OPENTTD_BASE + 45; |