Outdent loop a bit.

This commit is contained in:
Steve Checkoway
2007-07-22 07:53:06 +00:00
parent 8c926086ea
commit 5fd893291d
+2 -3
View File
@@ -2263,8 +2263,8 @@ void Player::CrossedRows( int iFirstRowCrossed, int iLastRowCrossed, const RageT
RandomizeNotes( r ); RandomizeNotes( r );
// check to see if there's a note at the crossed row // check to see if there's a note at the crossed row
if( m_pPlayerState->m_PlayerController != PC_HUMAN ) if( m_pPlayerState->m_PlayerController == PC_HUMAN )
{ continue;
for( int t=0; t<m_NoteData.GetNumTracks(); t++ ) for( int t=0; t<m_NoteData.GetNumTracks(); t++ )
{ {
const TapNote &tn = m_NoteData.GetTapNote( t, r ); const TapNote &tn = m_NoteData.GetTapNote( t, r );
@@ -2280,7 +2280,6 @@ void Player::CrossedRows( int iFirstRowCrossed, int iLastRowCrossed, const RageT
} }
} }
} }
}
// //