(svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)

This commit is contained in:
Darkvater
2005-04-02 00:17:16 +00:00
parent 5e07cd938d
commit a636a36989
3 changed files with 6 additions and 2 deletions

View File

@@ -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)
{