only skip one comment line at the top of TACAN_freq.dat.gz
This commit is contained in:
parent
4d0bf2e69b
commit
af653250b5
1 changed files with 1 additions and 2 deletions
|
@ -197,8 +197,7 @@ bool fgNavDBInit( FGAirportList *airports,
|
|||
exit(-1);
|
||||
}
|
||||
|
||||
// skip first two lines
|
||||
inchannel >> skipeol;
|
||||
// skip first line
|
||||
inchannel >> skipeol;
|
||||
|
||||
#ifdef __MWERKS__
|
||||
|
|
Loading…
Reference in a new issue