timer pauses at 99.99
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user