cleanup
This commit is contained in:
@@ -22,7 +22,10 @@ Banner::Banner()
|
||||
bool Banner::Load( RageTextureID ID, bool bIsBanner )
|
||||
{
|
||||
if( ID.filename == "" )
|
||||
ID = THEME->GetPathG("Common","fallback banner");
|
||||
{
|
||||
LoadFallback();
|
||||
return true;
|
||||
}
|
||||
|
||||
if( bIsBanner )
|
||||
ID = SongBannerTexture(ID);
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
#include "global.h"
|
||||
#include "Transition.h"
|
||||
#include "RageUtil.h"
|
||||
#include "ScreenManager.h"
|
||||
#include "Screen.h"
|
||||
#include "GameState.h"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user