Add course support to FadingBanner.
This commit is contained in:
@@ -70,4 +70,10 @@ void FadingBanner::SetRoulette()
|
||||
{
|
||||
BeforeChange();
|
||||
m_Banner[0].LoadRoulette();
|
||||
}
|
||||
}
|
||||
|
||||
void FadingBanner::SetFromCourse( Course *pCourse )
|
||||
{
|
||||
BeforeChange();
|
||||
m_Banner[0].LoadFromCourse( pCourse );
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ public:
|
||||
void SetFromSong( Song* pSong );
|
||||
void SetFromGroup( const CString &sGroupName );
|
||||
void SetRoulette();
|
||||
void SetFromCourse( Course *pCourse );
|
||||
//void SetFromTexture( const CString &sTexturePath );
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user