From fc4cdfbad9e9b9d03e3612dfccce833216632362 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Tue, 24 Jan 2012 03:39:30 +0000 Subject: [PATCH] revert? --- src/Player.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/Player.cpp b/src/Player.cpp index 3ddb27e423..9f7be1a61f 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -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: