MAX_STALL_SECONDS themable

This commit is contained in:
Glenn Maynard
2005-04-23 05:33:08 +00:00
parent a449ea59f1
commit 15e02d3ea9
+1 -1
View File
@@ -12,11 +12,11 @@
static const ThemeMetric<int> WARNING_START ("MenuTimer","WarningStart");
static const ThemeMetric<int> WARNING_BEEP_START ("MenuTimer","WarningBeepStart");
static const ThemeMetric<float> MAX_STALL_SECONDS ("MenuTimer","MaxStallSeconds");
#define WARNING_COMMAND(i) THEME->GetMetricA ("MenuTimer", ssprintf("WarningCommand%i",i))
static const ThemeMetric<apActorCommands> ON_COMMAND ("MenuTimer","OnCommand");
static const float TIMER_PAUSE_SECONDS = 99;
static const float MAX_STALL_SECONDS = 30;
MenuTimer::MenuTimer()
{