god awful ugly commit
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user