From 83637d164e8be15166aeb39134170ecbe02173d3 Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 24 Mar 2005 17:03:37 +0000 Subject: (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h -Codechange: rewrote some functions while moving waypoint-stuff -Add: added support for 64k waypoints -Fix: made the waypoint struct a bit more logic (no bit-fucking) --- tunnelbridge_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tunnelbridge_cmd.c') 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" -- cgit v1.2.3-54-g00ecf