diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 17d1e2353d..a8630f06df 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -332,9 +332,6 @@ void RageSound::StartPlaying() void RageSound::StopPlaying() { - if( !m_bPlaying ) - return; - /* Tell the sound driver to stop mixing this sound. */ SOUNDMAN->StopMixing(this); }