From f261bdcaf7d9a4ea59c2281414b1ce8bd96f76a4 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 29 Mar 2006 01:27:04 +0000 Subject: [PATCH] fix "can hold roll without stepping on head", leading to weird graphics --- stepmania/src/Player.cpp | 1 + 1 file changed, 1 insertion(+) 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;