From 65f7c321eac7291b714542f1a62dcb4632e61ed0 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 28 Jul 2006 19:19:24 +0000 Subject: [PATCH] With pad stick seconds, use the time to calculate the row. --- stepmania/src/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 9a29ef08eb..20c23a19eb 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -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 {