diff --git a/src/sound.cxx b/src/sound.cxx index bfab4e1..6e0790b 100644 --- a/src/sound.cxx +++ b/src/sound.cxx @@ -87,7 +87,6 @@ CSound::~CSound () if (m_pMusic) { - Mix_HaltMusic (); Mix_FreeMusic (m_pMusic); m_pMusic = nullptr; } @@ -338,10 +337,7 @@ CSound::PlayMusic (const std::string & lpszMIDIFilename) path += lpszMIDIFilename; if (m_pMusic) - { - Mix_HaltMusic (); Mix_FreeMusic (m_pMusic); - } m_pMusic = Mix_LoadMUS (path.c_str ()); if (!m_pMusic)