fixed crash in background (oops!)

This commit is contained in:
Chris Danford
2002-08-25 05:31:24 +00:00
parent 022a98879c
commit c57cdfc91f
+1 -1
View File
@@ -119,7 +119,7 @@ void Background::LoadFromSong( Song* pSong )
m_BackgroundMode = MODE_ANIMATIONS; m_BackgroundMode = MODE_ANIMATIONS;
const CString sSongBackgroundPath = sSongBackgroundPath; const CString sSongBackgroundPath = pSong->HasBackground() ? pSong->GetBackgroundPath() : THEME->GetPathTo("Graphics","fallback background");
// //
// Load the static background that will before notes start and after notes end // Load the static background that will before notes start and after notes end