From e33a63a493db5a70b3fdcba3172016f07d10aba7 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 3 May 2005 04:02:35 +0000 Subject: [PATCH] tweak life meter range --- stepmania/src/LifeMeterTime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/LifeMeterTime.cpp b/stepmania/src/LifeMeterTime.cpp index a832009c4b..9ad94cd1a0 100644 --- a/stepmania/src/LifeMeterTime.cpp +++ b/stepmania/src/LifeMeterTime.cpp @@ -9,7 +9,7 @@ #include "PrefsManager.h" #include "StreamDisplay.h" -const float FULL_LIFE_SECONDS = 3*60; +const float FULL_LIFE_SECONDS = 1.5f*60; static ThemeMetric METER_WIDTH ("LifeMeterTime","MeterWidth"); static ThemeMetric METER_HEIGHT ("LifeMeterTime","MeterHeight");