once more with feeling

This commit is contained in:
AJ Kelly
2010-12-19 15:44:41 -06:00
parent 76565b2690
commit b8e53a9248
+2 -7
View File
@@ -2990,8 +2990,8 @@ void Player::HandleHoldCheckpoint( int iRow, int iNumHoldsHeldThisRow, int iNumH
#endif
// more warp hackery. -aj
if( row >= (unsigned)GAMESTATE->m_iWarpBeginRow &&
row <= (unsigned)(GAMESTATE->m_iWarpBeginRow + BeatToNoteRow(GAMESTATE->m_fWarpLength)) )
if( iRow >= (unsigned)GAMESTATE->m_iWarpBeginRow &&
iRow <= (unsigned)(GAMESTATE->m_iWarpBeginRow + BeatToNoteRow(GAMESTATE->m_fWarpLength)) )
return;
// don't accumulate combo if AutoPlay is on.
@@ -3042,11 +3042,6 @@ void Player::HandleHoldScore( const TapNote &tn )
bNoCheating = false;
#endif
// more warp hackery. -aj
if( row >= (unsigned)GAMESTATE->m_iWarpBeginRow &&
row <= (unsigned)(GAMESTATE->m_iWarpBeginRow + BeatToNoteRow(GAMESTATE->m_fWarpLength)) )
return;
if( GAMESTATE->m_bDemonstrationOrJukebox )
bNoCheating = false;
// don't accumulate points if AutoPlay is on.