diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index ad47d8b902..9c529d0989 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -991,6 +991,7 @@ void Player::HandleStep( int col, const RageTimer &tm, bool bHeld ) // this is handled in Update break; case TapNote::hold_head_roll: + if( bSteppedOnTapNote ) { // Increase life tn.HoldResult.fLife = 1;