This commit is contained in:
Glenn Maynard
2006-11-21 18:36:44 +00:00
parent 8ada5509f5
commit 5eb98b88bd
+1 -1
View File
@@ -573,7 +573,7 @@ void GameSoundManager::Update( float fDeltaTime )
int iBeatNow = iRowNow / ROWS_PER_BEAT;
for( int iBeat = iBeatNow+1; iBeat<=iRowNow; ++iBeat )
for( int iBeat = iBeatLastCrossed+1; iBeat<=iBeatNow; ++iBeat )
{
Message msg("CrossedBeat");
msg.SetParam( "Beat", iBeat );