fix warning

This commit is contained in:
Glenn Maynard
2003-07-12 20:33:19 +00:00
parent 216462a9b7
commit 3fc73cef8c
+1 -1
View File
@@ -80,6 +80,6 @@ ScreenUnlock::ScreenUnlock() : ScreenAttract("ScreenUnlock")
this->ClearMessageQueue( SM_BeginFadingOut ); // ignore ScreenAttract's SecsToShow
this->PostScreenMessage( SM_BeginFadingOut,
THEME->GetMetricI("ScreenUnlock", "TimeToDisplay") );
THEME->GetMetricF("ScreenUnlock", "TimeToDisplay") );
}