Banner::Load("") -> fallback

This commit is contained in:
Glenn Maynard
2004-09-05 03:32:45 +00:00
parent f3c1629853
commit f5ef4eaf92
+3
View File
@@ -33,6 +33,9 @@ Banner::Banner()
bool Banner::Load( RageTextureID ID )
{
if( ID.filename == "" )
ID = THEME->GetPathToG("Common fallback banner");
ID = SongBannerTexture(ID);
m_fPercentScrolling = 0;