diff options
-rw-r--r-- | src/aircraft_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aircraft_cmd.cpp b/src/aircraft_cmd.cpp index 2d3d8cf3e..76e289c0a 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 |