fix unlocks

This commit is contained in:
Glenn Maynard
2004-01-26 06:47:06 +00:00
parent 6273a42f96
commit fb9557573c
+1 -1
View File
@@ -178,7 +178,7 @@ bool UnlockSystem::LoadFromDATFile()
continue;
}
if( stricmp(sParams[0],"ROULETTE") )
if( !stricmp(sParams[0],"ROULETTE") )
{
for( unsigned j = 1; j < sParams.params.size(); ++j )
m_RouletteCodes.insert( atoi(sParams[j]) );