fix spurious assist ticks at start of Play

This commit is contained in:
Glenn Maynard
2004-06-06 05:28:58 +00:00
parent c37a29ac53
commit 04ed5bf1ed
+1 -1
View File
@@ -405,7 +405,7 @@ void ScreenEdit::PlayTicks()
const int iSongRow = max( 0, BeatToNoteRowNotRounded( fSongBeat ) );
static int iRowLastCrossed = -1;
if( iSongRow < iRowLastCrossed )
iRowLastCrossed = -1;
iRowLastCrossed = iSongRow;
int iTickRow = -1;
for( int r=iRowLastCrossed+1; r<=iSongRow; r++ ) // for each index we crossed since the last update