From 7d90dc3967c03dd296f0d7d0c3645e90ecc2d699 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 5 May 2007 11:13:24 +0000 Subject: [PATCH] Removed use of UNLOCKMAN inside an UnlockManager member function. --- stepmania/src/UnlockManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/UnlockManager.cpp b/stepmania/src/UnlockManager.cpp index ca008718a5..efd0a8b5d9 100644 --- a/stepmania/src/UnlockManager.cpp +++ b/stepmania/src/UnlockManager.cpp @@ -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