diff --git a/stepmania/src/ScreenManager.cpp b/stepmania/src/ScreenManager.cpp index 1884a849b2..3c06cb79af 100644 --- a/stepmania/src/ScreenManager.cpp +++ b/stepmania/src/ScreenManager.cpp @@ -641,7 +641,9 @@ Screen *ScreenManager::ActivatePreparedScreenAndBackground( const RString &sScre { Actor *pNewBGA = NULL; if( sNewBGA.empty() ) + { pNewBGA = new Actor; + } else { FOREACH( Actor*, g_vPreparedBackgrounds, a )