From 5d0d6998d2e1e5322920aec7cda7b65f37e2e039 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 10 Apr 2010 09:46:27 +0000 Subject: [PATCH] Don't forget to resume the sound system after reinit --- src/Main/main.cxx | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.39.5