Yet more theme cleanup. This should be the job of the artists!

This commit is contained in:
Chris Danford
2002-09-24 02:55:32 +00:00
parent 899e226f38
commit 23df7ec564
23 changed files with 392 additions and 53 deletions
+10
View File
@@ -93,6 +93,16 @@ void Background::Unload()
m_iCurBGSegment = 0;
}
void Background::LoadFromAniDir( CString sAniDir )
{
Unload();
BackgroundAnimation* pTempBGA;
pTempBGA = new BackgroundAnimation;
pTempBGA->LoadFromAniDir( sAniDir );
m_BackgroundAnimations.Add( pTempBGA );
}
void Background::LoadFromSong( Song* pSong )
{
Unload();