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 )