This isn't invalid, just a song we don't know about, likely one that was once played and the removed. Don't warn.

This commit is contained in:
Steve Checkoway
2007-08-19 01:27:03 +00:00
parent 36f83e0d8a
commit 5eb5c5e199
+1 -1
View File
@@ -1430,7 +1430,7 @@ void Profile::LoadSongScoresFromNode( const XNode* pSongScores )
SongID songID;
songID.LoadFromNode( pSong );
if( !songID.IsValid() )
WARN_AND_CONTINUE;
continue;
FOREACH_CONST_Child( pSong, pSteps )
{