Removed use of UNLOCKMAN inside an UnlockManager member function.

This commit is contained in:
Steve Checkoway
2007-05-05 11:13:24 +00:00
parent f9dbb386d7
commit 7d90dc3967
+1 -1
View File
@@ -498,7 +498,7 @@ float UnlockManager::PointsUntilNextUnlock( UnlockRequirement t ) const
{
float fScores[NUM_UnlockRequirement];
ZERO( fScores );
UNLOCKMAN->GetPoints( PROFILEMAN->GetMachineProfile(), fScores );
GetPoints( PROFILEMAN->GetMachineProfile(), fScores );
float fSmallestPoints = FLT_MAX; // or an arbitrarily large value
for( unsigned a=0; a<m_UnlockEntries.size(); a++ )