diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index 130631abc0..e4705f1c31 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -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 )