Simplify.

This commit is contained in:
Steve Checkoway
2006-09-13 08:17:56 +00:00
parent 36e5fec2d4
commit 78d266cf6e
+1 -1
View File
@@ -1492,7 +1492,7 @@ void Player::CrossedMineRow( int iNoteRow, const RageTimer &now )
{
float fSecsHeld = INPUTMAPPER->GetSecsHeld( GameI, m_pPlayerState->m_mp );
if( fSecsHeld >= PREFSMAN->m_fPadStickSeconds )
Step( t, -1, now+(-PREFSMAN->m_fPadStickSeconds), true, false );
Step( t, -1, now - PREFSMAN->m_fPadStickSeconds, true, false );
}
else
{