timer pauses at 99.99

This commit is contained in:
Chris Danford
2005-05-04 03:46:59 +00:00
parent 9b720502e6
commit 0d9d52eb3b
+1 -1
View File
@@ -19,7 +19,7 @@ static const ThemeMetric<float> MAX_STALL_SECONDS ("MenuTimer","MaxStallSecon
static const ThemeMetric<CString> TEXT1_FORMAT_FUNCTION ("MenuTimer","Text1FormatFunction");
static const ThemeMetric<CString> TEXT2_FORMAT_FUNCTION ("MenuTimer","Text2FormatFunction");
static const float TIMER_PAUSE_SECONDS = 99;
static const float TIMER_PAUSE_SECONDS = 99.99f;
MenuTimer::MenuTimer() :
WARNING_COMMAND("MenuTimer", WARNING_COMMAND_NAME, WARNING_START+1)