Remove extra m_pDancingCharacters->LoadNextSong() call.

This commit is contained in:
Glenn Maynard
2003-11-02 03:51:45 +00:00
parent 5574fe505c
commit ca8b6e4fd0
-3
View File
@@ -81,10 +81,7 @@ Background::Background()
}
if( bOneOrMoreChars && !bShowingBeginnerHelper )
{
m_pDancingCharacters = new DancingCharacters;
m_pDancingCharacters->LoadNextSong();
}
else
m_pDancingCharacters = NULL;
}