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? *