attempt fix for too many points.

This commit is contained in:
Flameshadowxeroshin
2012-08-02 00:07:05 -05:00
parent 4af1176545
commit 7c7f974668
+1
View File
@@ -173,6 +173,7 @@ void ScoreKeeperNormal::OnNextSong( int iSongInCourseIndex, const Steps* pSteps,
void ScoreKeeperNormal::AddTapScore( TapNoteScore tns )
{
if(tns==TNS_HitMine || tns==TNS_AvoidMine || tns==TNS_CheckpointHit || tns==TNS_CheckpointMiss)
AddScoreInternal( tns );
}