1
0
Fork 0

Fix subsystemFactory name fdm -> flight (Thanks to Hooray).

This commit is contained in:
Thomas Geymayer 2014-07-11 19:25:26 +02:00
parent 486ef5b06c
commit a52c0882a1

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