Fixed access violation when audio is closed and reopened. SDL_mixer does not allow this :-(

This commit is contained in:
lotodore
2007-06-16 10:13:28 +00:00
parent 6b5a754e7b
commit f3143d1b15
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -839,7 +839,6 @@ void mainWindowImpl::callSettingsDialog() {
}
}
// Re-init audio.
mySDLPlayer->closeAudio();
mySDLPlayer->initAudio();
}
}