diff options
Diffstat (limited to 'tunnelbridge_cmd.c')
-rw-r--r-- | tunnelbridge_cmd.c | 1 |
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) |