From 0f2b0bd1197d3dd5cb97c82faa0e19bafe11c242 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 6 Dec 2004 08:28:38 +0000 Subject: [PATCH] add checkpoints --- stepmania/src/Profile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 37ac8c9e76..f6bdeb6f8f 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -265,9 +265,11 @@ float Profile::GetSongsActual( StepsType st, Difficulty dc ) const if( pSteps == NULL ) continue; + CHECKPOINT_M( ssprintf("Profile::GetSongsActual: StepsType %d", pSteps->m_StepsType) ); if( pSteps->m_StepsType != st ) continue; + CHECKPOINT_M( ssprintf("Profile::GetSongsActual: Difficulty %d", pSteps->GetDifficulty()) ); if( pSteps->GetDifficulty() != dc ) continue; // skip