Fix fallback banner not always showing.

This commit is contained in:
Glenn Maynard
2003-07-15 20:08:15 +00:00
parent 997b5887d4
commit db3368ae30
+1 -1
View File
@@ -91,7 +91,7 @@ void FadingBanner::BeforeChange()
void FadingBanner::LoadFromCachedBanner( const CString &path )
{
/* If we're already on the given banner, don't fade again. */
if( m_Banner[GetBackIndex()].GetTexturePath() == path )
if( path != "" && m_Banner[GetBackIndex()].GetTexturePath() == path )
return;
/* If we're currently fading to the given banner, go through this again,