ignore strange 00 entry in apt.dat.gz as committed today; example:
00 12600 HONOLULU CNTR
This commit is contained in:
parent
5f9d70fce6
commit
aefae6b55a
1 changed files with 2 additions and 0 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue