1
0
Fork 0

ignore strange 00 entry in apt.dat.gz as committed today; example:

00 12600 HONOLULU CNTR
This commit is contained in:
mfranz 2007-10-11 16:22:39 +00:00
parent 5f9d70fce6
commit aefae6b55a

View file

@ -231,6 +231,8 @@ bool fgAirportDBLoad( FGAirportList *airports, FGRunwayList *runways,
// windsock entry (ignore)
} else if ( line_id == 15 ) {
// custom startup locations (ignore)
} else if ( line_id == 0 ) {
// ??
} else if ( line_id >= 50 && line_id <= 56 ) {
// frequency entries (ignore)
} else if ( line_id == 99 ) {