remove old comment
This commit is contained in:
@@ -669,8 +669,6 @@ void Profile::LoadSongScoresFromNode( const XNode* pNode )
|
|||||||
if( !(*steps)->GetChildValue("Description", sDescription) )
|
if( !(*steps)->GetChildValue("Description", sDescription) )
|
||||||
WARN_AND_CONTINUE;
|
WARN_AND_CONTINUE;
|
||||||
|
|
||||||
// Even if pSong or pSteps is null, we still have to skip over that data.
|
|
||||||
|
|
||||||
Steps* pSteps = NULL;
|
Steps* pSteps = NULL;
|
||||||
if( dc == DIFFICULTY_EDIT )
|
if( dc == DIFFICULTY_EDIT )
|
||||||
pSteps = pSong->GetStepsByDescription( st, sDescription );
|
pSteps = pSong->GetStepsByDescription( st, sDescription );
|
||||||
|
|||||||
Reference in New Issue
Block a user