revert unneeded code

This commit is contained in:
AJ Kelly
2011-03-25 23:07:13 -05:00
parent 3447567a61
commit 97e9e63d5c
-4
View File
@@ -2639,10 +2639,6 @@ void Player::UpdateJudgedRows()
int iRow = iter.Row();
TapNote &tn = *iter;
// if row is within a warp section, ignore it. -aj
if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow(iRow) )
continue;
if( iRow != iLastSeenRow )
{
iLastSeenRow = iRow;