From: ehofman Date: Sat, 10 Apr 2010 09:46:27 +0000 (+0000) Subject: Don't forget to resume the sound system after reinit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5d0d6998d2e1e5322920aec7cda7b65f37e2e039;p=flightgear.git Don't forget to resume the sound system after reinit --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 210434a7b..e1a50d6c3 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -498,6 +498,7 @@ static void fgMainLoop( void ) { if (sound_working->getBoolValue() == false) { // request to reinit smgr->reinit(); + smgr->resume(); sound_working->setBoolValue(true); }