1
0
Fork 0

fix a typo

This commit is contained in:
ehofman 2008-09-13 09:20:47 +00:00
parent 0786bc8b61
commit 6bd7967e36

View file

@ -296,7 +296,7 @@ static bool penaltyForNav(FGNavRecord* aNav, const SGVec3d &aPos)
if ( az1 > 180.0) az1 -= 360.0;
if ( az1 < -180.0) az1 += 360.0;
return fabs(az1 > 90.0);
return fabs(az1) > 90.0;
}
// Given a point and a list of stations, return the closest one to the