]> git.mxchange.org Git - flightgear.git/commitdiff
Fix subsystemFactory name fdm -> flight (Thanks to Hooray).
authorThomas Geymayer <tomgey@gmail.com>
Fri, 11 Jul 2014 17:25:26 +0000 (19:25 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Fri, 11 Jul 2014 17:25:26 +0000 (19:25 +0200)
src/Main/subsystemFactory.cxx

index 2a8d7e56a3f3ef16f6b464a7a6c66c7cfaa5fc71..b0729d64b279bd145a67432573a78ff4e296658d 100644 (file)
@@ -77,7 +77,7 @@ SGSubsystem* createSubsystemByName(const std::string& name)
     MAKE_SUB(FGSoundManager, "sound");
     MAKE_SUB(FGInterpolator, "prop-interpolator")
     MAKE_SUB(FGProperties, "properties");
-    MAKE_SUB(FDMShell, "fdm");
+    MAKE_SUB(FDMShell, "flight");
     MAKE_SUB(FGEnvironmentMgr, "environment");
     MAKE_SUB(Ephemeris, "ephemeris");
     MAKE_SUB(FGSystemMgr, "aircraft-systems");