Invalid
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user