fix and simplify

This commit is contained in:
Glenn Maynard
2006-06-14 05:33:48 +00:00
parent 52047f4b8c
commit ff57da3b77
+1 -1
View File
@@ -141,7 +141,7 @@ void CatalogXml::Save( LoadingWindow *loading_window )
int iNumUnlockedCourses = 0;
FOREACH_CONST( UnlockEntry, UNLOCKMAN->m_UnlockEntries, e )
{
if( e->GetUnlockEntryStatus() == UnlockEntryStatus_Unlocked )
if( e->IsLocked() )
continue;
switch( e->m_Type )
{