From a7f9cc13fb3f333594dc46f2131396c589f50c3c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Apr 2007 02:53:05 +0000 Subject: [PATCH] checkpoint judgments --- stepmania/src/Player.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index d1f971a847..d870f12f62 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -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 )