This commit is contained in:
Sean Burke
2003-07-08 19:16:39 +00:00
parent ac64793f10
commit 0bb99f60a7
-2
View File
@@ -259,5 +259,3 @@ float UnlockSystem::NumPointsUntilNextUnlock()
if (fSmallestPoints == 400000000) return 0; // no match found
return fSmallestPoints - PREFSMAN->m_fDancePointsAccumulated;
}