diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 9775cd5b18..db4e0cbaf0 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -822,25 +822,21 @@ void PlayerMinus::RandomiseNotes( int iNoteRow ) { const int NewNoteRow = (int)(iNoteRow + 50 / GAMESTATE->m_PlayerOptions[m_PlayerNumber].m_fScrollSpeed); // change the row to look ahead from based upon their speed mod - bool bUpdateNoteData = false; int iNumOfTracks = GetNumTracks(); - for(int t=0; tCopyAll( this ); + + m_pNoteField->CopyRange( this, NewNoteRow, NewNoteRow, NewNoteRow ); } void PlayerMinus::HandleTapRowScore( unsigned row )