1
0
Fork 0

Invoke fgInitNav() before fgInitPos().

This commit is contained in:
david 2003-02-21 02:46:07 +00:00
parent 22097a5272
commit 4b9060b064

View 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();