whoops. Fix AV on creation of first screen.
This commit is contained in:
@@ -355,7 +355,7 @@ retry:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Load shared BGAnimation
|
// Load shared BGAnimation
|
||||||
if( m_ScreenStack.back()->UsesBackground() )
|
if( pNewScreen->UsesBackground() )
|
||||||
{
|
{
|
||||||
CString sNewBGA = THEME->GetPathToB(sScreenName+" background");
|
CString sNewBGA = THEME->GetPathToB(sScreenName+" background");
|
||||||
if( m_sLastLoadedBackground != sNewBGA )
|
if( m_sLastLoadedBackground != sNewBGA )
|
||||||
|
|||||||
Reference in New Issue
Block a user