diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 325832405..cc611bb4f 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -1103,7 +1103,7 @@ void fgCreateSubsystems(bool duringReset) { //////////////////////////////////////////////////////////////////// // Initialize the replay subsystem //////////////////////////////////////////////////////////////////// - globals->add_new_subsystem(SGSubsystemMgr::GENERAL); + globals->add_new_subsystem(SGSubsystemMgr::POST_FDM); globals->add_subsystem("history", new FGFlightHistory); #ifdef ENABLE_AUDIO_SUPPORT