From ec08155a86347bbed857311b7dd2d58af33ecb88 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Dec 2006 10:33:53 +0000 Subject: [PATCH] simplify --- stepmania/src/RageSound.cpp | 3 --- 1 file changed, 3 deletions(-) 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); }