fix -random- tag

This commit is contained in:
Glenn Maynard
2004-02-02 22:32:05 +00:00
parent ec971b1de1
commit 3d1a6e9f05
+1 -1
View File
@@ -347,7 +347,7 @@ void Background::LoadFromSong( const Song* pSong )
bool bIsAlreadyLoaded = m_BGAnimations.find(sBGName) != m_BGAnimations.end();
if( !bIsAlreadyLoaded )
if( sBGName.CompareNoCase("-random-") && !bIsAlreadyLoaded )
{
BGAnimation *pTempBGA = CreateSongBGA( sBGName );
if( pTempBGA )