call the subsystems' postinit() methods after all of them are initialized
This commit is contained in:
parent
34a4fb72b5
commit
57aa9274d7
1 changed files with 2 additions and 0 deletions
|
@ -1841,6 +1841,8 @@ bool fgInitSubsystems() {
|
||||||
///////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////
|
||||||
parseWaypoints();
|
parseWaypoints();
|
||||||
|
|
||||||
|
// initialize methods that depend on other subsystems.
|
||||||
|
globals->get_subsystem_mgr()->postinit();
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// End of subsystem initialization.
|
// End of subsystem initialization.
|
||||||
|
|
Loading…
Reference in a new issue