From 516d01037832149a993533fe734f23fd8180e94f Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Tue, 24 Jan 2012 03:26:11 +0000 Subject: [PATCH] god awful ugly commit --- src/Player.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Player.cpp b/src/Player.cpp index bd30597f47..3ddb27e423 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -2234,7 +2234,14 @@ void Player::StepStrumHopo( int col, int row, const RageTimer &tm, bool bHeld, b 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 ); + } +} break; case TapNote::attack: