cruft
This commit is contained in:
@@ -61,7 +61,6 @@ void Banner::SetScrolling( bool bScroll, float Percent)
|
|||||||
/* Set up the texture coord rects for the current state. */
|
/* Set up the texture coord rects for the current state. */
|
||||||
Update(0);
|
Update(0);
|
||||||
}
|
}
|
||||||
#include "RageLog.h"
|
|
||||||
|
|
||||||
void Banner::LoadFromSong( Song* pSong ) // NULL means no song
|
void Banner::LoadFromSong( Song* pSong ) // NULL means no song
|
||||||
{
|
{
|
||||||
@@ -69,12 +68,10 @@ void Banner::LoadFromSong( Song* pSong ) // NULL means no song
|
|||||||
|
|
||||||
Sprite::TurnShadowOff();
|
Sprite::TurnShadowOff();
|
||||||
|
|
||||||
LOG->Trace("xxxxxxx");
|
|
||||||
if( pSong == NULL ) LoadFallback();
|
if( pSong == NULL ) LoadFallback();
|
||||||
else if( pSong->HasBanner() )
|
else if( pSong->HasBanner() )
|
||||||
{
|
{
|
||||||
/* Song banners often have HOT PINK color keys. */
|
/* Song banners often have HOT PINK color keys. */
|
||||||
LOG->Trace("xxxxxxx 2 %s", pSong->GetBannerPath().GetString());
|
|
||||||
RageTextureID ID(pSong->GetBannerPath());
|
RageTextureID ID(pSong->GetBannerPath());
|
||||||
ID.bHotPinkColorKey = true;
|
ID.bHotPinkColorKey = true;
|
||||||
Load( ID );
|
Load( ID );
|
||||||
|
|||||||
Reference in New Issue
Block a user