remove support for diagonal banners; it's 2011, the theme should be taking care of banner rotation. plus this made things problematic for people wanting to use square banners.
This commit is contained in:
@@ -651,12 +651,6 @@ void Song::TidyUpData()
|
||||
continue;
|
||||
}
|
||||
|
||||
if( !HasBanner() && Sprite::IsDiagonalBanner(width, height) )
|
||||
{
|
||||
m_sBannerFile = arrayImages[i];
|
||||
continue;
|
||||
}
|
||||
|
||||
if( !HasBanner() && 100<=width && width<=320 && 50<=height && height<=240 )
|
||||
{
|
||||
m_sBannerFile = arrayImages[i];
|
||||
|
||||
Reference in New Issue
Block a user