This commit is contained in:
Glenn Maynard
2006-03-24 18:25:59 +00:00
parent 7ab439ebb2
commit 640896d1de
-9
View File
@@ -287,15 +287,6 @@ Actor *MakeVisualization( const RString &sVisPath )
return pFrame;
}
Actor *MakeMovie( const RString &sMoviePath )
{
Sprite *pSprite = new Sprite;
pSprite->LoadBG( sMoviePath );
pSprite->StretchTo( FullScreenRectF );
pSprite->EnableAnimation( false );
return pSprite;
}
bool BackgroundImpl::Layer::CreateBackground( const Song *pSong, const BackgroundDef &bd )
{
ASSERT( m_BGAnimations.find(bd) == m_BGAnimations.end() );