don't increase combo on AvoidMine if AvoidMineIncrementsCombo is false
This commit is contained in:
@@ -542,7 +542,7 @@ void ScoreKeeperNormal::HandleTapScore( const TapNote &tn )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if( tns == TNS_AvoidMine )
|
if( tns == TNS_AvoidMine && m_AvoidMineIncrementsCombo )
|
||||||
HandleComboInternal( 1, 0, 0 );
|
HandleComboInternal( 1, 0, 0 );
|
||||||
|
|
||||||
NSMAN->ReportScore(
|
NSMAN->ReportScore(
|
||||||
|
|||||||
Reference in New Issue
Block a user