Turns out this multiple toasty trigger thing is causing more problems than it solved. Back to the old implementation of a single toasty trigger for now.

update credits.
This commit is contained in:
AJ Kelly
2010-03-27 10:27:52 -05:00
parent 49babda8d1
commit f68943191e
3 changed files with 21 additions and 15 deletions
+4 -3
View File
@@ -25,8 +25,8 @@ class ScoreKeeperNormal: public ScoreKeeper
int m_iMaxScoreSoFar; // for nonstop scoring
int m_iPointBonus; // the difference to award at the end
int m_iCurToastyCombo;
int m_iCurToastyTrigger;
int m_iNextToastyAt;
//int m_iCurToastyTrigger;
//int m_iNextToastyAt;
bool m_bIsLastSongInCourse;
bool m_bIsBeginner;
@@ -60,7 +60,8 @@ class ScoreKeeperNormal: public ScoreKeeper
ThemeMetric<float> m_QuadPlusNoteMultiplier;
ThemeMetric<float> m_CustomComboMultiplier;
ThemeMetric<LuaReference> m_vToastyTriggers;
//ThemeMetric<LuaReference> m_vToastyTriggers;
ThemeMetric<int> m_ToastyTrigger;
vector<Steps*> m_apSteps;