cleanup
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
#include "RageTextureManager.h"
|
#include "RageTextureManager.h"
|
||||||
#include "ThemeManager.h"
|
#include "ThemeManager.h"
|
||||||
#include "Screen.h"
|
#include "Screen.h"
|
||||||
#include "BGAnimation.h"
|
|
||||||
#include "Foreach.h"
|
#include "Foreach.h"
|
||||||
#include "ActorUtil.h"
|
#include "ActorUtil.h"
|
||||||
|
|
||||||
@@ -402,7 +401,7 @@ retry:
|
|||||||
goto retry;
|
goto retry;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load shared BGAnimation
|
// Load shared background
|
||||||
CString sNewBGA;
|
CString sNewBGA;
|
||||||
if( pNewScreen->UsesBackground() )
|
if( pNewScreen->UsesBackground() )
|
||||||
sNewBGA = THEME->GetPathB(sScreenName,"background");
|
sNewBGA = THEME->GetPathB(sScreenName,"background");
|
||||||
|
|||||||
Reference in New Issue
Block a user