Moved more constants into theme metrics

This commit is contained in:
Chris Danford
2002-08-22 09:31:32 +00:00
parent a0cf0fde6b
commit 822f8dd3a6
38 changed files with 1380 additions and 542 deletions
+2 -2
View File
@@ -97,12 +97,12 @@ void Background::Unload()
m_BackgroundAnimations.RemoveAll();
}
void Background::LoadFromSong( Song* pSong, bool bDisableVisualizations )
void Background::LoadFromSong( Song* pSong )
{
/* Endless was crashing due to this; is there any reason not to
* fix it this way? -glenn */
/* Correct. I added the same chage. -Chris */
Unload();
// ASSERT( m_BackgroundAnimations.GetSize() == 0 ); // forgot to call Unload() after song end
//
// figure out what BackgroundMode to use