]> git.mxchange.org Git - flightgear.git/commitdiff
Invoke fgInitNav() before fgInitPos().
authordavid <david>
Fri, 21 Feb 2003 02:46:07 +0000 (02:46 +0000)
committerdavid <david>
Fri, 21 Feb 2003 02:46:07 +0000 (02:46 +0000)
src/Main/main.cxx

index d302ef2d500403abe0e1601fb0f5c829bf1601c6..2f050852a9b0316d7b81e06bf40e6a238459b719 100644 (file)
@@ -1611,6 +1611,7 @@ static bool fgMainInit( int argc, char **argv ) {
 
     // based on the requested presets, calculate the true starting
     // lon, lat
+    fgInitNav();
     fgInitPosition();
 
     SGTime *t = fgInitTime();