diff options
author | frosch <frosch@openttd.org> | 2013-10-27 15:09:41 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2013-10-27 15:09:41 +0000 |
commit | 103b6fffbb16282ef7261316f65be2ac293ddd53 (patch) | |
tree | ac6038c5dd4877ec872c6991e7c014669e4a7048 /src/table | |
parent | 8926398f896f2f6b6ba1d43267dbf04f5404e3c3 (diff) | |
download | openttd-103b6fffbb16282ef7261316f65be2ac293ddd53.tar.xz |
(svn r25916) -Add: GUI sprite for the smallmap cargoflow button. (frosch, planetmaker, V453000)
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 576ffb88c..5d42caccb 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -56,7 +56,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 = 174; +static const uint16 OPENTTD_SPRITE_COUNT = 175; /* Halftile-selection sprites */ static const SpriteID SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE; @@ -159,6 +159,8 @@ static const SpriteID SPR_IMG_DELETE_RIGHT = SPR_OPENTTD_BASE + 167; static const SpriteID SPR_WINDOW_DEFSIZE = SPR_OPENTTD_BASE + 168; +static const SpriteID SPR_IMG_CARGOFLOW = SPR_OPENTTD_BASE + 174; + static const SpriteID SPR_SIGNALS_BASE = SPR_OPENTTD_BASE + OPENTTD_SPRITE_COUNT; static const uint16 PRESIGNAL_SPRITE_COUNT = 48; static const uint16 PRESIGNAL_AND_SEMAPHORE_SPRITE_COUNT = 112; |