Added separate banner for RANDOM. We need an artist to replace this graphic with something better...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user