diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 4be803c39..a8ea0d5ad 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -747,7 +747,7 @@ void fgPostInitSubsystems() /* Scenarios require Nasal, so FGAIManager loads the scenarios, * including its models such as a/c carriers, in its 'postinit', * which is the very last thing we do. - * fgInitPosition is called very early in main.cxx/fgIdleFunction, + * flightgear::initPosition is called very early in main.cxx/fgIdleFunction, * one of the first things we do, long before scenarios/carriers are * loaded. => When requested "initial preset position" relates to a * carrier, recalculate the 'initial' position here (how have things diff --git a/src/Main/positioninit.cxx b/src/Main/positioninit.cxx index f5d43ac6e..884c82181 100644 --- a/src/Main/positioninit.cxx +++ b/src/Main/positioninit.cxx @@ -400,7 +400,7 @@ static bool fgSetPosFromFix( const string& id ) // Set the initial position based on presets (or defaults) bool initPosition() { - // cout << "fgInitPosition()" << endl; + // cout << "initPosition()" << endl; double gs = fgGetDouble("/sim/presets/glideslope-deg") * SG_DEGREES_TO_RADIANS ; double od = fgGetDouble("/sim/presets/offset-distance-nm");