diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index f45cd5a45a..cec87f7c0d 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -227,7 +227,7 @@ void Player::Update( float fDeltaTime ) m_NoteField.m_HoldNotes[i].m_fStartBeat = fSongBeat; // move the start of this Hold } - if( bIsHoldingButton ) + if( bSteppedOnTapNote && bIsHoldingButton ) { // Increase life fLife += fDeltaTime/HOLD_ARROW_NG_TIME;