diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index eb8e096c50..0ef08efcd2 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -374,6 +374,7 @@ void RageSound::SoundIsFinishedPlaying() // LOG->Trace("set playing false for %p (SoundIsFinishedPlaying) (%s)", this, this->GetLoadedFilePath().c_str()); m_bPlaying = false; + m_iMaxDriverFrame = 0; m_HardwareToStreamMap.Clear(); m_StreamToSourceMap.Clear();