Added separate banner for RANDOM. We need an artist to replace this graphic with something better...

This commit is contained in:
Chris Danford
2003-03-13 23:45:52 +00:00
parent 0b4d04d4af
commit 8fbbda9e79
6 changed files with 17 additions and 0 deletions
+8
View File
@@ -111,3 +111,11 @@ void Banner::LoadRoulette()
Load( ID );
m_bScrolling = true;
}
void Banner::LoadRandom()
{
RageTextureID ID(THEME->GetPathTo("Graphics","Banner random"));
ID.iMipMaps = 0;
Load( ID );
m_bScrolling = true;
}