diff --git a/media/baseset/openttd.grf b/media/baseset/openttd.grf index d7acfa9375..bca7c61448 100644 Binary files a/media/baseset/openttd.grf and b/media/baseset/openttd.grf differ diff --git a/media/baseset/openttd.grf.hash b/media/baseset/openttd.grf.hash index 7b8d8c450e..90176c9546 100644 --- a/media/baseset/openttd.grf.hash +++ b/media/baseset/openttd.grf.hash @@ -1 +1 @@ -ff92f892a34a3b9d7a08e68281a7e9b1 +a4a727b03a7cd07ee0499231f7f233f4 diff --git a/media/baseset/openttd/openttdgui.nfo b/media/baseset/openttd/openttdgui.nfo index 2fd5a5bb4c..b6466f98b6 100644 --- a/media/baseset/openttd/openttdgui.nfo +++ b/media/baseset/openttd/openttdgui.nfo @@ -4,7 +4,7 @@ // See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . // -1 * 0 0C "OpenTTD GUI graphics" - -1 * 3 05 15 \b 191 // OPENTTD_SPRITE_COUNT + -1 * 3 05 15 \b 192 // OPENTTD_SPRITE_COUNT -1 sprites/openttdgui.png 8bpp 66 8 64 31 -31 7 normal -1 sprites/openttdgui.png 8bpp 146 8 64 31 -31 7 normal -1 sprites/openttdgui.png 8bpp 226 8 64 31 -31 7 normal @@ -196,3 +196,4 @@ -1 sprites/openttdgui.png 8bpp 567 440 12 10 0 0 normal -1 sprites/openttdgui.png 8bpp 581 440 10 10 0 0 normal -1 sprites/openttdgui.png 8bpp 593 440 10 10 0 0 normal + -1 sprites/openttdgui.png 8bpp 605 440 8 10 0 0 normal diff --git a/media/baseset/openttd/openttdgui.png b/media/baseset/openttd/openttdgui.png index 5b80c33260..e9fea8b976 100644 Binary files a/media/baseset/openttd/openttdgui.png and b/media/baseset/openttd/openttdgui.png differ diff --git a/src/table/sprites.h b/src/table/sprites.h index e0003fa61b..21f9318be4 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -54,7 +54,7 @@ static const SpriteID SPR_LARGE_SMALL_WINDOW = 682; /** Extra graphic spritenumbers */ static const SpriteID SPR_OPENTTD_BASE = 4896; -static const uint16_t OPENTTD_SPRITE_COUNT = 191; +static const uint16_t OPENTTD_SPRITE_COUNT = 192; /* Halftile-selection sprites */ static const SpriteID SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE; @@ -172,6 +172,8 @@ static const SpriteID SPR_JOIN = SPR_OPENTTD_BASE + 188; static const SpriteID SPR_PLAYER_SELF = SPR_OPENTTD_BASE + 189; static const SpriteID SPR_PLAYER_HOST = SPR_OPENTTD_BASE + 190; +static const SpriteID SPR_EXTRA_MENU = SPR_OPENTTD_BASE + 191; + static const SpriteID SPR_IMG_CARGOFLOW = SPR_OPENTTD_BASE + 174; static const SpriteID SPR_SIGNALS_BASE = SPR_OPENTTD_BASE + OPENTTD_SPRITE_COUNT;