From: mfranz Date: Sat, 11 Jun 2005 09:13:44 +0000 (+0000) Subject: call the subsystems' postinit() methods after all of them are initialized X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57aa9274d72afe34d9295f288f84ebf08bf0d538;p=flightgear.git call the subsystems' postinit() methods after all of them are initialized --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 59f54da02..fc67ee815 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -1841,6 +1841,8 @@ bool fgInitSubsystems() { /////////////////////////////////////////////////////////////////// parseWaypoints(); + // initialize methods that depend on other subsystems. + globals->get_subsystem_mgr()->postinit(); //////////////////////////////////////////////////////////////////////// // End of subsystem initialization.