This commit is contained in:
Glenn Maynard
2006-07-01 00:44:52 +00:00
parent a2dca95d01
commit 33b0b7bcc5
+1 -2
View File
@@ -626,8 +626,7 @@ void Player::Update( float fDeltaTime )
else
{
const StyleInput StyleI( pn, iTrack );
const GameInput GameI = GAMESTATE->GetCurrentStyle()->StyleInputToGameInput( StyleI );
bIsHoldingButton = INPUTMAPPER->IsButtonDown( GameI );
bIsHoldingButton = INPUTMAPPER->IsButtonDown( StyleI );
}
int iEndRow = iRow + tn.iDuration;