mirror of https://github.com/OpenTTD/OpenTTD
(svn r26874) -Fix (r26872): hopefully fix MSVC compile error
parent
04e2324b8f
commit
5116c39865
|
@ -764,7 +764,7 @@ int GetAircraftFlightLevel(T *v, bool takeoff)
|
||||||
return z;
|
return z;
|
||||||
}
|
}
|
||||||
|
|
||||||
template int GetAircraftFlightLevel(DisasterVehicle *v, bool takeoff = false);
|
template int GetAircraftFlightLevel(DisasterVehicle *v, bool takeoff);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find the entry point to an airport depending on direction which
|
* Find the entry point to an airport depending on direction which
|
||||||
|
|
Loading…
Reference in New Issue