1
0
Fork 0

call the subsystems' postinit() methods after all of them are initialized

This commit is contained in:
mfranz 2005-06-11 09:13:44 +00:00
parent 34a4fb72b5
commit 57aa9274d7

View file

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