(svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail).

This commit is contained in:
michi_cc
2012-02-15 21:23:48 +00:00
parent 84b3e67bb5
commit 9101d2e2d2
11 changed files with 100 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ enum RailTypeSpriteGroup {
RTSG_CROSSING, ///< Level crossing overlay images
RTSG_DEPOT, ///< Depot images
RTSG_FENCES, ///< Fence images
RTSG_TUNNEL_PORTAL, ///< Tunnel portal overlay
RTSG_END,
};