]> git.mxchange.org Git - flightgear.git/commitdiff
only skip one comment line at the top of TACAN_freq.dat.gz
authormfranz <mfranz>
Sun, 2 Oct 2005 17:57:16 +0000 (17:57 +0000)
committermfranz <mfranz>
Sun, 2 Oct 2005 17:57:16 +0000 (17:57 +0000)
src/Navaids/navdb.cxx

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