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