]> git.mxchange.org Git - flightgear.git/commitdiff
call the subsystems' postinit() methods after all of them are initialized
authormfranz <mfranz>
Sat, 11 Jun 2005 09:13:44 +0000 (09:13 +0000)
committermfranz <mfranz>
Sat, 11 Jun 2005 09:13:44 +0000 (09:13 +0000)
src/Main/fg_init.cxx

index 59f54da0247c8517eed22a40da4863c5106d21e5..fc67ee8157bc384812e4772c3257982abf78153c 100644 (file)
@@ -1841,6 +1841,8 @@ bool fgInitSubsystems() {
     ///////////////////////////////////////////////////////////////////
     parseWaypoints();
 
+    // initialize methods that depend on other subsystems.
+    globals->get_subsystem_mgr()->postinit();
 
     ////////////////////////////////////////////////////////////////////////
     // End of subsystem initialization.