style cleanup
This commit is contained in:
@@ -641,7 +641,9 @@ Screen *ScreenManager::ActivatePreparedScreenAndBackground( const RString &sScre
|
|||||||
{
|
{
|
||||||
Actor *pNewBGA = NULL;
|
Actor *pNewBGA = NULL;
|
||||||
if( sNewBGA.empty() )
|
if( sNewBGA.empty() )
|
||||||
|
{
|
||||||
pNewBGA = new Actor;
|
pNewBGA = new Actor;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FOREACH( Actor*, g_vPreparedBackgrounds, a )
|
FOREACH( Actor*, g_vPreparedBackgrounds, a )
|
||||||
|
|||||||
Reference in New Issue
Block a user