diff --git a/src/aircraft_cmd.cpp b/src/aircraft_cmd.cpp index 2d3d8cf3ee..76e289c0a6 100644 --- a/src/aircraft_cmd.cpp +++ b/src/aircraft_cmd.cpp @@ -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