bugfixes and updates to unlock system (more abstract)

This commit is contained in:
Andrew Wong
2003-07-11 09:35:28 +00:00
parent 203e2b6aea
commit 9958c4c0c5
4 changed files with 230 additions and 61 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ ScreenUnlock::ScreenUnlock() : ScreenAttract("ScreenUnlock")
CString PointDisplay = THEME->GetMetric("ScreenUnlock", "TypeOfPointsToDisplay");
CString IconCommand =
THEME->GetMetric("ScreenUnlock", "UnlockIconCommand");
CString IconCommand = THEME->GetMetric("ScreenUnlock", "UnlockIconCommand");
for(int i=1; i <= THEME->GetMetricI("ScreenUnlock", "NumUnlocks"); i++)
{