bug fixes

This commit is contained in:
Chris Danford
2002-08-18 23:20:18 +00:00
parent 8b55061827
commit 5c21d4b1ca
15 changed files with 243 additions and 258 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ void ScreenGameplay::Update( float fDeltaTime )
if( fSongBeat > GAMESTATE->m_pCurSong->m_fLastBeat+4 )
{
GAMESTATE->m_fSongBeat = 0;
m_soundMusic.Stop();
m_soundMusic.Pause();
this->SendScreenMessage( SM_NotesEnded, 0 );
}