style cleanup

This commit is contained in:
Chris Danford
2006-02-24 19:37:28 +00:00
parent 0e76e44bbf
commit c3ee0bc206
+2
View File
@@ -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 )