With pad stick seconds, use the time to calculate the row.

This commit is contained in:
Steve Checkoway
2006-07-28 19:19:24 +00:00
parent 1af6d6f0fc
commit 65f7c321ea
+1 -1
View File
@@ -1486,7 +1486,7 @@ void Player::CrossedMineRow( int iNoteRow, const RageTimer &now )
{
float fSecsHeld = INPUTMAPPER->GetSecsHeld( StyleI, m_pPlayerState->m_mp );
if( fSecsHeld >= PREFSMAN->m_fPadStickSeconds )
Step( t, iNoteRow, now+(-PREFSMAN->m_fPadStickSeconds), true );
Step( t, -1, now+(-PREFSMAN->m_fPadStickSeconds), true );
}
else
{