add Banners for various SortOrders. (Group and Recent not included for various reasons)

This commit is contained in:
AJ Kelly
2010-12-23 22:31:52 -06:00
parent 5ed4916e1c
commit 036b23e9d3
21 changed files with 91 additions and 26 deletions
+6
View File
@@ -240,6 +240,12 @@ void FadingBanner::LoadRandom()
m_Banner[m_iIndexLatest].LoadRandom();
}
void FadingBanner::LoadFromSortOrder( SortOrder so )
{
BeforeChange();
m_Banner[m_iIndexLatest].LoadFromSortOrder(so);
}
void FadingBanner::LoadFallback()
{
BeforeChange();