revert unneeded code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user