From 5eb5c5e199edff7f83d8be18fcbd106ac86feac2 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 19 Aug 2007 01:27:03 +0000 Subject: [PATCH] This isn't invalid, just a song we don't know about, likely one that was once played and the removed. Don't warn. --- stepmania/src/Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 0b222e4a14..7357827cb7 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -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 ) {