This commit is contained in:
Flameshadowxeroshin
2012-01-24 03:39:30 +00:00
parent 516d010378
commit fc4cdfbad9
+2 -9
View File
@@ -2233,15 +2233,8 @@ void Player::StepStrumHopo( int col, int row, const RageTimer &tm, bool bHeld, b
// Stepped too close to mine?
if( !bRelease && ( REQUIRE_STEP_ON_MINES == !bHeld ) &&
fSecondsFromExact <= GetWindowSeconds(TW_Mine) &&
m_Timing->IsJudgableAtRow(iSongRow))
{
score = TNS_HitMine;
if( m_pPlayerStageStats )
{
SetCombo( m_pPlayerStageStats->m_iCurCombo, m_pPlayerStageStats->m_iCurMissCombo );
m_pPlayerStageStats->UpdateComboList( STATSMAN->m_CurStageStats.m_fStepsSeconds, false );
}
}
m_Timing->IsJudgableAtRow)
score = TNS_HitMine;
break;
case TapNote::attack: