]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGPropulsion.cpp
Fix stall widths for the "auxilliary" (reverse flow) stalls so they
[flightgear.git] / src / FDM / JSBSim / FGPropulsion.cpp
index bdb0a211bf3af0d128488b844449d192121d3f93..11443f7cfc111dec6ec08c6aa27678e27d01ae03 100644 (file)
@@ -255,6 +255,8 @@ bool FGPropulsion::Load(FGConfigFile* AC_cfg)
           return false;
         }
 
+        Engines.back()->SetEngineFileName(engineFileName);
+
         AC_cfg->GetNextConfigLine();
         while ((token = AC_cfg->GetValue()) != string("/AC_ENGINE")) {
           *AC_cfg >> token;