1
0
Fork 0

Fixed a race condition so that FG runs most of the time (instead of crashes most of the time)

This commit is contained in:
bcoconni 2013-11-24 20:06:28 +01:00
parent 77075a2d66
commit d3f6ab38c2

View file

@ -146,7 +146,7 @@ FGGlobals::FGGlobals() :
ATIS_mgr( NULL ),
controls( NULL ),
viewmgr( NULL ),
commands( new SGCommandMgr ),
commands( SGCommandMgr::instance() ),
channel_options_list( NULL ),
initial_waypoints( NULL ),
fontcache ( new FGFontCache ),