summaryrefslogtreecommitdiff
path: root/tunnelbridge_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tunnelbridge_cmd.c')
-rw-r--r--tunnelbridge_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnelbridge_cmd.c b/tunnelbridge_cmd.c
index 92c59b6b3..4b98be103 100644
--- a/tunnelbridge_cmd.c
+++ b/tunnelbridge_cmd.c
@@ -930,9 +930,9 @@ static const byte _bridge_foundations[2][16] = {
{1,15,17,0,19,5,6,7,21,9,10,11, 0,13,14},
};
-extern const byte _track_sloped_sprites[14];
extern const byte _road_sloped_sprites[14];
+#include "table/track_land.h"
#include "table/bridge_land.h"
#include "table/tunnel_land.h"
#include "table/water_land.h"