Changed: #1032 Crash in OpenAL driver when a music is playing and user returns to selection menu

This commit is contained in:
kervala 2010-07-29 16:40:38 +02:00
parent a1d8277eea
commit bd44224959

View file

@ -212,8 +212,8 @@ void releaseMainLoopReselect()
// alredy called from farTPMainLoop()
// --R2::getEditor().autoConfigRelease(IsInRingSession);
// Stop the music
MusicPlayer.stop();
// Pause any user played music
MusicPlayer.pause();
// only really needed at exit
// --STRING_MANAGER::CStringManagerClient::instance()->flushStringCache();
@ -362,8 +362,8 @@ void releaseMainLoop(bool closeConnection)
// Release R2 editor if applicable
R2::getEditor().autoConfigRelease(IsInRingSession);
// Stop the music
MusicPlayer.stop();
// Pause any user played music
MusicPlayer.pause();
// flush the server string cache
STRING_MANAGER::CStringManagerClient::instance()->flushStringCache();