diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 986b573add..56c885ce23 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -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 {