|
|
|
@ -212,8 +212,8 @@ void releaseMainLoopReselect()
|
|
|
|
|
// alredy called from farTPMainLoop()
|
|
|
|
|
// --R2::getEditor().autoConfigRelease(IsInRingSession);
|
|
|
|
|
|
|
|
|
|
// Pause any user played music
|
|
|
|
|
MusicPlayer.pause();
|
|
|
|
|
// Stop the music
|
|
|
|
|
MusicPlayer.stop();
|
|
|
|
|
|
|
|
|
|
// 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);
|
|
|
|
|
|
|
|
|
|
// Pause the music
|
|
|
|
|
MusicPlayer.pause();
|
|
|
|
|
// Stop the music
|
|
|
|
|
MusicPlayer.stop();
|
|
|
|
|
|
|
|
|
|
// flush the server string cache
|
|
|
|
|
STRING_MANAGER::CStringManagerClient::instance()->flushStringCache();
|
|
|
|
|