fix warning

This commit is contained in:
Glenn Maynard
2004-04-23 08:31:38 +00:00
parent 6928e8e864
commit 3e76470d77
+1 -1
View File
@@ -1419,7 +1419,7 @@ void ScreenGameplay::Update( float fDeltaTime )
bCrossedABeat = fBeatLast != fBeatNow;
const int iSongRow = BeatToNoteRow( fSongBeat );
// const int iSongRow = BeatToNoteRow( fSongBeat );
for( int r=iRowLastCrossed+1; r<=iRowNow; r++ ) // for each index we crossed since the last update
{