]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/acmodel.cxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / Model / acmodel.cxx
index af75fd8be8992441f55f3f06d97fdf466c074ac3..41967c6da06adad56c61ff11ebad6bb8151b0e02 100644 (file)
@@ -48,8 +48,7 @@ FGAircraftModel::FGAircraftModel ()
     _speed_e(0),
     _speed_d(0)
 {
-    SGSoundMgr *smgr = globals->get_soundmgr();
-    _fx = new FGFX(smgr, "fx");
+    _fx = new FGFX("fx");
     _fx->init();
 }