From 3e76470d77f797d55dd6371cdc8bebd89f930ade Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 23 Apr 2004 08:31:38 +0000 Subject: [PATCH] fix warning --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {