From f8302a137a2cf1d91fa4e8ece35289ef4108499b Mon Sep 17 00:00:00 2001 From: matthijs Date: Mon, 2 May 2005 23:59:11 +0000 Subject: (svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx) - Add: GetVehicleTrackdir() helper function. - Codechange: Moved SortStruct from vehicle_gui.h to ttd.h, so the dependency from vehicle.h on vehicle_gui.h could be removed. - Codechange: Typedeffed the VehicleTypes struct so it can be used as the type for Vehicle.type instead of "byte". - Codechange: Removed prototype for VehicleSorter(), which had no implementation anymore and was never called. --- aircraft_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'aircraft_cmd.c') diff --git a/aircraft_cmd.c b/aircraft_cmd.c index f16d4a75b..025fc2343 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -13,6 +13,7 @@ #include "sound.h" #include "player.h" #include "airport.h" +#include "vehicle_gui.h" static bool AirportMove(Vehicle *v, const AirportFTAClass *Airport); static bool AirportSetBlocks(Vehicle *v, AirportFTA *current_pos, const AirportFTAClass *Airport); -- cgit v1.2.3-54-g00ecf