fix croppedsprite oddity when scrolling from random/roulette to another

banner
This commit is contained in:
Glenn Maynard
2003-03-17 19:42:17 +00:00
parent 6934a337ee
commit ff3ae21bdd
+3
View File
@@ -30,6 +30,9 @@ bool Banner::Load( RageTextureID ID )
/* Song banners often have HOT PINK color keys. */
ID.bHotPinkColorKey = true;
m_fPercentScrolling = 0;
m_bScrolling = false;
return CroppedSprite::Load( ID );
};