remove confusing overlap between "requirements met" and "unlocked"

This commit is contained in:
Chris Danford
2006-05-03 21:34:05 +00:00
parent acb136102f
commit 5b756e7e31
5 changed files with 34 additions and 31 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void SaveCatalogXml( LoadingWindow *loading_window )
int iNumUnlockedCourses = 0;
FOREACH_CONST( UnlockEntry, UNLOCKMAN->m_UnlockEntries, e )
{
if( e->IsLocked() )
if( e->GetUnlockEntryStatus() == UnlockEntryStatus_Unlocked )
continue;
switch( e->m_Type )
{