From c139537ce64f8bca9014584c5e96cee9aa34b143 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 9 Jul 2011 12:37:01 -0400 Subject: [PATCH] Add metric access for MinScores. This will most likely be needed for my goal. --- src/Player.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Player.cpp b/src/Player.cpp index 5dfed3e310..31885b0135 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -201,6 +201,9 @@ ThemeMetric COMBO_STOPPED_AT ( "Player", "ComboStoppedAt" ); ThemeMetric ATTACK_RUN_TIME_RANDOM ( "Player", "AttackRunTimeRandom" ); ThemeMetric ATTACK_RUN_TIME_MINE ( "Player", "AttackRunTimeMine" ); +ThemeMetric MIN_SCORE_TO_CONTINUE_COMBO ("Gameplay", "MinScoreToContinueCombo"); +ThemeMetric MIN_SCORE_TO_MAINTAIN_COMBO ("Gameplay", "MinScoreToMaintainCombo"); + /** * @brief What is our highest cap for mMods? *