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:
@@ -1430,7 +1430,7 @@ void Profile::LoadSongScoresFromNode( const XNode* pSongScores )
|
|||||||
SongID songID;
|
SongID songID;
|
||||||
songID.LoadFromNode( pSong );
|
songID.LoadFromNode( pSong );
|
||||||
if( !songID.IsValid() )
|
if( !songID.IsValid() )
|
||||||
WARN_AND_CONTINUE;
|
continue;
|
||||||
|
|
||||||
FOREACH_CONST_Child( pSong, pSteps )
|
FOREACH_CONST_Child( pSong, pSteps )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user