]> git.mxchange.org Git - flightgear.git/commitdiff
Don't forget to resume the sound system after reinit
authorehofman <ehofman>
Sat, 10 Apr 2010 09:46:27 +0000 (09:46 +0000)
committerTim Moore <timoore33@gmail.com>
Mon, 12 Apr 2010 08:01:51 +0000 (10:01 +0200)
src/Main/main.cxx

index 210434a7b5366d9696fd97ea7988bdafdc3409c4..e1a50d6c3798cdfffe813a1afaad1fe46b1ad478 100644 (file)
@@ -498,6 +498,7 @@ static void fgMainLoop( void ) {
 
         if (sound_working->getBoolValue() == false) {  // request to reinit
            smgr->reinit();
+           smgr->resume();
            sound_working->setBoolValue(true);
         }