]> git.mxchange.org Git - flightgear.git/commitdiff
Minor renaming issue.
authorThorstenB <brehmt@gmail.com>
Wed, 19 Sep 2012 18:52:36 +0000 (20:52 +0200)
committerThorstenB <brehmt@gmail.com>
Wed, 19 Sep 2012 18:52:36 +0000 (20:52 +0200)
src/Main/fg_init.cxx
src/Main/positioninit.cxx

index 4be803c39ec64640b00d6d4249489a9dd6bc7642..a8ea0d5ad23884a8905af894a684d22abb8cd707 100644 (file)
@@ -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
index f5d43ac6e0f57640212560f01348a44b70eade9a..884c821812ba98dc8589aa95cc9f237d38bfcd6c 100644 (file)
@@ -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");