Add metric [Gameplay] UseInternalScoring.

Turn it off to prevent the game from touching custom scoring stuff. It is by default on.
This commit is contained in:
Flameshadowxeroshin
2013-05-01 22:11:27 -05:00
parent 7e8c75a71b
commit 78d5be779f
3 changed files with 71 additions and 64 deletions
+1
View File
@@ -40,6 +40,7 @@ class ScoreKeeperNormal: public ScoreKeeper
ThemeMetric<TapNoteScore> m_MaxScoreToIncrementMissCombo;
ThemeMetric<bool> m_MineHitIncrementsMissCombo;
ThemeMetric<bool> m_AvoidMineIncrementsCombo;
ThemeMetric<bool> m_UseInternalScoring;
//ThemeMetric<LuaReference> m_vToastyTriggers;
ThemeMetric<int> m_ToastyTrigger;