ThemeMetric<Grade>, ThemeMetric<TapNoteScore>

This commit is contained in:
Glenn Maynard
2006-09-26 03:30:20 +00:00
parent 3fca0d9366
commit 39ac2da962
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ static ThemeMetric<float> DANGER_THRESHOLD ("LifeMeterBar","DangerThreshold");
static ThemeMetric<int> NUM_CHAMBERS ("LifeMeterBar","NumChambers");
static ThemeMetric<int> NUM_STRIPS ("LifeMeterBar","NumStrips");
static ThemeMetric<float> INITIAL_VALUE ("LifeMeterBar","InitialValue");
static ThemeMetric<int> MIN_STAY_ALIVE ("LifeMeterBar","MinStayAlive");
static ThemeMetric<TapNoteScore> MIN_STAY_ALIVE ("LifeMeterBar","MinStayAlive");
const float FAIL_THRESHOLD = 0;