disable magenta color key for banners (remove bHotPinkColorKey altogether?)

This commit is contained in:
Chris Danford
2008-04-08 22:18:24 +00:00
parent a51ed62041
commit f8da026ca1
+4 -1
View File
@@ -90,7 +90,10 @@ RageTextureID Sprite::SongBGTexture( RageTextureID ID )
RageTextureID Sprite::SongBannerTexture( RageTextureID ID )
{
/* Song banners often have HOT PINK color keys. */
ID.bHotPinkColorKey = true;
/* GIF/BMP banners that use a color key are not in use any more, and there are rare
* cases where this is turning magenta pizels transparent in banenrs that did not intend
* any transparency. -Chris */
//ID.bHotPinkColorKey = true;
/* Ignore the texture color depth preference and always use 32-bit textures
* if possible. Banners are loaded while moving the wheel, so we want it to