From 35ff9d850ce25093952014629d1f8dd5266a02e1 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 2 Apr 2005 00:17:16 +0000 Subject: (svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function) --- aircraft_cmd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aircraft_cmd.c') diff --git a/aircraft_cmd.c b/aircraft_cmd.c index 3424f9e5d..f16d4a75b 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -65,6 +65,7 @@ static uint16 FindNearestHangar(const Vehicle *v) return index; } +#if 0 // returns true if vehicle v have an airport in the schedule, that has a hangar static bool HaveHangarInOrderList(Vehicle *v) { @@ -82,6 +83,7 @@ static bool HaveHangarInOrderList(Vehicle *v) return false; } +#endif int GetAircraftImage(Vehicle *v, byte direction) { -- cgit v1.2.3-54-g00ecf