1
0
Fork 0

(svn r26867) -Fix (r26866): hopefully fix MSVC compile error

release/1.5
rubidium 2014-09-21 06:41:11 +00:00
parent c0771b1657
commit 3548195e3e
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ int GetAircraftHoldMaxAltitude(const Aircraft *v)
}
template <class T>
int GetAircraftFlightLevel(T *v, bool takeoff = false)
int GetAircraftFlightLevel(T *v, bool takeoff)
{
/* Aircraft is in flight. We want to enforce it being somewhere
* between the minimum and the maximum allowed altitude. */