small comment/cleanup

This commit is contained in:
AJ Kelly
2011-04-03 01:26:36 -05:00
parent fa7e0bb235
commit 7c04c919b9
+3 -3
View File
@@ -2598,7 +2598,7 @@ void Player::UpdateJudgedRows()
{ {
int iRow = iter.Row(); int iRow = iter.Row();
// if row is within a warp section, ignore it. -aj // If row is within a warp section, ignore it. -aj
if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow(iRow) ) if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow(iRow) )
continue; continue;
@@ -2933,7 +2933,7 @@ void Player::HandleTapRowScore( unsigned row )
bNoCheating = false; bNoCheating = false;
#endif #endif
// more warp hackery. -aj // Warp hackery. -aj
if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow( row ) ) if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow( row ) )
return; return;
@@ -3037,7 +3037,7 @@ void Player::HandleHoldCheckpoint( int iRow, int iNumHoldsHeldThisRow, int iNumH
bNoCheating = false; bNoCheating = false;
#endif #endif
// more warp hackery. -aj // More warp hackery. -aj
if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow( iRow ) ) if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow( iRow ) )
return; return;