remove old "bonus" code; not very well integrated and very niche

This commit is contained in:
Glenn Maynard
2008-03-18 15:27:26 +00:00
parent 2b2c0221ab
commit 9030c1c63a
4 changed files with 1 additions and 42 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ void ScoreKeeperNormal::AddScoreInternal( TapNoteScore score )
{
iScore += GetScore(p, Z, sum, m_iTapNotesHit);
const int &iCurrentCombo = m_pPlayerStageStats->m_iCurCombo;
m_pPlayerStageStats->m_iBonus += m_ComboBonusFactor[score] * iCurrentCombo;
iScore += m_ComboBonusFactor[score] * iCurrentCombo;
}
/* Subtract the maximum this step could have been worth from the bonus. */