debugging

This commit is contained in:
Glenn Maynard
2004-04-25 23:22:46 +00:00
parent 08c00bd689
commit b0ca9ef1ea
3 changed files with 9 additions and 2 deletions
+3
View File
@@ -1283,9 +1283,12 @@ int Song::GetNumNotesWithGrade( Grade g ) const
{
Steps* pSteps = vNotes[j];
CHECKPOINT;
if( PROFILEMAN->GetMachineProfile()->GetStepsHighScoreList(this,pSteps).GetTopScore().grade == g )
iCount++;
CHECKPOINT;
}
CHECKPOINT;
return iCount;
}