summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-02-15 21:23:48 +0000
committermichi_cc <michi_cc@openttd.org>2012-02-15 21:23:48 +0000
commit9101d2e2d2d6c80506f089d6dae418a8c4b9257c (patch)
treee892a8a91ba7debe7bbad1bac5655d785c7f56b5 /src/newgrf.cpp
parent84b3e67bb56bf6a7dfc7192f58339998e8bde81a (diff)
downloadopenttd-9101d2e2d2d6c80506f089d6dae418a8c4b9257c.tar.xz
(svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail).
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 cce56ccaa..feccc2363 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -5458,6 +5458,7 @@ static const Action5Type _action5_types[] = {
/* 0x14 */ { A5BLOCK_ALLOW_OFFSET, SPR_FLAGS_BASE, 1, FLAGS_SPRITE_COUNT, "Flag graphics" },
/* 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" },
};
/* Action 0x05 */