-fixed changing themes for sure now

This commit is contained in:
fix94.1 2012-05-09 18:47:25 +00:00
parent eb2c3962d5
commit a9bd69d7c7

View File

@ -473,7 +473,10 @@ void CMenu::cleanup(bool ios_reload)
MusicPlayer::DestroyInstance();
SoundHandler::DestroyInstance();
soundDeinit();
m_vid.cleanup();
if(!m_reload)
m_vid.cleanup();
if (!ios_reload)
{
LWP_MutexDestroy(m_mutex);