This commit is contained in:
Glenn Maynard
2006-10-07 03:32:16 +00:00
parent 0e1dffeba5
commit b67e57864e
12 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ void UnlockManager::Load()
else
{
const UnlockRequirement ut = StringToUnlockRequirement( cmd.GetName() );
if( ut != UnlockRequirement_INVALID )
if( ut != UnlockRequirement_Invalid )
current.m_fRequirement[ut] = cmd.GetArg(1);
}
}