"SetFromNotes" -> "SetFromSteps"

This commit is contained in:
Chris Danford
2004-05-29 04:50:47 +00:00
parent fc17a8cd12
commit 6ad780417e
13 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ bool DifficultyIcon::Load( CString sPath )
return true;
}
void DifficultyIcon::SetFromNotes( PlayerNumber pn, Steps* pSteps )
void DifficultyIcon::SetFromSteps( PlayerNumber pn, Steps* pSteps )
{
if( pSteps == NULL )
m_bBlank = true;