From 1c86acd8ba790ed2f19a517c502670f54fc92083 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 26 Nov 2004 20:29:05 +0000 Subject: (svn r826) Seperate all bridge related tables from tunnel_land.h into their own file --- tunnelbridge_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tunnelbridge_cmd.c') diff --git a/tunnelbridge_cmd.c b/tunnelbridge_cmd.c index 47ebab2e1..f49e7d22d 100644 --- a/tunnelbridge_cmd.c +++ b/tunnelbridge_cmd.c @@ -922,6 +922,7 @@ static const byte _bridge_foundations[2][16] = { extern const byte _track_sloped_sprites[14]; extern const byte _road_sloped_sprites[14]; +#include "table/bridge_land.h" #include "table/tunnel_land.h" static void DrawBridgePillars(TileInfo *ti, int x, int y, int z) -- cgit v1.2.3-54-g00ecf