1
0
Fork 0

Modified Files:

Airports/runways.cxx: Correct termination condition.
This commit is contained in:
frohlich 2007-02-09 05:34:34 +00:00
parent d4ecbb8856
commit 654cc64659

View file

@ -262,7 +262,8 @@ string FGRunwayList::search( const string& aptid, const int tgt_hdg ) {
found_dir = 180.0;
}
next( &tmp_r );
if (!next( &tmp_r ))
break;
}
// SG_LOG( SG_GENERAL, SG_INFO, "closest runway = " << r._rwy_no