diff --git a/src/Main/globals.cxx b/src/Main/globals.cxx index c666b5459..51125d871 100644 --- a/src/Main/globals.cxx +++ b/src/Main/globals.cxx @@ -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 ),