summaryrefslogtreecommitdiff
path: root/tunnelbridge_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-26 20:29:05 +0000
committertron <tron@openttd.org>2004-11-26 20:29:05 +0000
commit1c86acd8ba790ed2f19a517c502670f54fc92083 (patch)
treebb26631012ccd015ef88ac7f6b25cd225b4f5e98 /tunnelbridge_cmd.c
parent7b8bf96c2bf0e35d760325e3e09bf0d6703d7cc8 (diff)
downloadopenttd-1c86acd8ba790ed2f19a517c502670f54fc92083.tar.xz
(svn r826) Seperate all bridge related tables from tunnel_land.h into their own file
Diffstat (limited to 'tunnelbridge_cmd.c')
-rw-r--r--tunnelbridge_cmd.c1
1 files changed, 1 insertions, 0 deletions
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)