mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 03:42:41 +01:00
(svn r26874) -Fix (r26872): hopefully fix MSVC compile error
This commit is contained in:
@@ -764,7 +764,7 @@ int GetAircraftFlightLevel(T *v, bool takeoff)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user