don't increase combo on AvoidMine if AvoidMineIncrementsCombo is false

This commit is contained in:
Flameshadowxeroshin
2010-09-25 09:57:23 -05:00
parent 91b2a2224b
commit 1aab17e2e0
+1 -1
View File
@@ -542,7 +542,7 @@ void ScoreKeeperNormal::HandleTapScore( const TapNote &tn )
}
}
if( tns == TNS_AvoidMine )
if( tns == TNS_AvoidMine && m_AvoidMineIncrementsCombo )
HandleComboInternal( 1, 0, 0 );
NSMAN->ReportScore(