checkpoint judgments

This commit is contained in:
Glenn Maynard
2007-04-07 02:53:05 +00:00
parent c29eed3108
commit a7f9cc13fb
+2
View File
@@ -2517,6 +2517,8 @@ void Player::HandleHoldCheckpoint( int iRow, int iNumHoldsHeldThisRow, int iNumH
m_pPlayerStageStats->UpdateComboList( STATSMAN->m_CurStageStats.m_fStepsSeconds, false );
ChangeLife( iNumHoldsMissedThisRow == 0? TNS_CheckpointHit:TNS_CheckpointMiss );
SetJudgment( iNumHoldsMissedThisRow == 0? TNS_CheckpointHit:TNS_CheckpointMiss, 0 );
}
void Player::HandleHoldScore( const TapNote &tn )