background shouldn't be optional

This commit is contained in:
Chris Danford
2005-02-05 23:09:26 +00:00
parent a4de4c8c0d
commit 8dfdb3f9d2
+1 -1
View File
@@ -376,7 +376,7 @@ retry:
// Load shared BGAnimation
CString sNewBGA;
if( pNewScreen->UsesBackground() )
sNewBGA = THEME->GetPathToB( sScreenName+" background", true );
sNewBGA = THEME->GetPathB(sScreenName,"background");
if( sNewBGA.empty() )
{
m_pSharedBGA->Unload();