From: david Date: Fri, 21 Feb 2003 02:46:07 +0000 (+0000) Subject: Invoke fgInitNav() before fgInitPos(). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4b9060b064834f2941e5b77b4307c28293f989d6;p=flightgear.git Invoke fgInitNav() before fgInitPos(). --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index d302ef2d5..2f050852a 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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();