(svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user