]> git.mxchange.org Git - flightgear.git/commit
Fix a initialization ordering bug:
authorehofman <ehofman>
Sat, 31 May 2003 13:38:10 +0000 (13:38 +0000)
committerehofman <ehofman>
Sat, 31 May 2003 13:38:10 +0000 (13:38 +0000)
commitf30f40a2fb11141a370b35d12a63f9430bde68ae
treef5b625dcccc72a152a49e592dbfc744c05f43158
parent948d2bfca6196a42ec6a76e590764289cfb8816c
Fix a initialization ordering bug:

Melchior FRANZ:
The reason: these models are to be added to the scenery, but the
scenery isn't yet set up at this point. The correct order is:

 - set up model_lib (needed by the scenery)
 - set up scenery (needed by the model manager)
 - set up model manager
src/Main/main.cxx