possible fix for #141 - Sound device access

This commit is contained in:
doitux
2012-08-20 18:46:34 +02:00
parent 5c266f12a5
commit 35c0216f78
3 changed files with 18 additions and 33 deletions
+1 -1
View File
@@ -845,7 +845,7 @@ void gameTableImpl::applySettings(settingsDialogImpl* mySettingsDialog)
}
// Re-init audio.
mySDLPlayer->audioDone();
mySDLPlayer->closeAudio();
mySDLPlayer->initAudio();
}