From ee6034ebeb9d5a368811925e08e1ac7835d2c259 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 6 Apr 2003 23:59:35 +0000 Subject: [PATCH] remove magic constant (these should probably be metrics) --- stepmania/src/DifficultyMeter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/DifficultyMeter.cpp b/stepmania/src/DifficultyMeter.cpp index 417081bafa..654eefaf35 100644 --- a/stepmania/src/DifficultyMeter.cpp +++ b/stepmania/src/DifficultyMeter.cpp @@ -20,6 +20,7 @@ const int NUM_FEET_IN_METER = 10; +const int MAX_FEET_IN_METER = 14; const int GLOW_IF_METER_GREATER_THAN = 9; @@ -57,7 +58,7 @@ void DifficultyMeter::SetMeter( int iMeter ) int f; for( f=0; f