diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index a8ea0d5ad..67cf89250 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -592,8 +592,8 @@ void fgCreateSubsystems() { // autopilot.) //////////////////////////////////////////////////////////////////// - globals->add_subsystem("instrumentation", new FGInstrumentMgr, SGSubsystemMgr::FDM); globals->add_subsystem("systems", new FGSystemMgr, SGSubsystemMgr::FDM); + globals->add_subsystem("instrumentation", new FGInstrumentMgr, SGSubsystemMgr::FDM); //////////////////////////////////////////////////////////////////// // Initialize the XML Autopilot subsystem.