summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 07:57:45 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 07:57:45 +0000
commit2361aaf601e4355986e607e525a75377bf754de8 (patch)
tree433dcadb2ba1a947ad4170a096f361015ef7d7a0 /src/newgrf.cpp
parent9caf6b4537c3fe3f3f516a49f983defab277e05e (diff)
downloadopenttd-2361aaf601e4355986e607e525a75377bf754de8.tar.xz
(svn r26869) -Add: support for an all black palette to prevent the need of having a black tile of all different slopes (ic111)
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index b1b6f5ff1..88b3b25a4 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -5594,6 +5594,7 @@ static const Action5Type _action5_types[] = {
/* 0x15 */ { A5BLOCK_ALLOW_OFFSET, SPR_OPENTTD_BASE, 1, OPENTTD_SPRITE_COUNT, "OpenTTD GUI graphics" },
/* 0x16 */ { A5BLOCK_ALLOW_OFFSET, SPR_AIRPORT_PREVIEW_BASE, 1, SPR_AIRPORT_PREVIEW_COUNT, "Airport preview graphics" },
/* 0x17 */ { A5BLOCK_ALLOW_OFFSET, SPR_RAILTYPE_TUNNEL_BASE, 1, RAILTYPE_TUNNEL_BASE_COUNT, "Railtype tunnel base" },
+ /* 0x18 */ { A5BLOCK_ALLOW_OFFSET, SPR_PALETTE_BASE, 1, PALETTE_SPRITE_COUNT, "Palette" },
};
/* Action 0x05 */