1
0
Fork 0

only skip one comment line at the top of TACAN_freq.dat.gz

This commit is contained in:
mfranz 2005-10-02 17:57:16 +00:00
parent 4d0bf2e69b
commit af653250b5

View file

@ -197,8 +197,7 @@ bool fgNavDBInit( FGAirportList *airports,
exit(-1);
}
// skip first two lines
inchannel >> skipeol;
// skip first line
inchannel >> skipeol;
#ifdef __MWERKS__