Remove extra m_pDancingCharacters->LoadNextSong() call.
This commit is contained in:
@@ -81,10 +81,7 @@ Background::Background()
|
||||
}
|
||||
|
||||
if( bOneOrMoreChars && !bShowingBeginnerHelper )
|
||||
{
|
||||
m_pDancingCharacters = new DancingCharacters;
|
||||
m_pDancingCharacters->LoadNextSong();
|
||||
}
|
||||
else
|
||||
m_pDancingCharacters = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user