move background file enumerating into BackgroundUtil.*

fix editor background change functionality
This commit is contained in:
Chris Danford
2005-05-31 01:17:37 +00:00
parent 6b2b3ec6b1
commit dac72665e3
28 changed files with 609 additions and 410 deletions
-16
View File
@@ -339,22 +339,6 @@ void ActorFrame::HandleCommand( const Command &command )
}
*/
void ActorFrame::GainFocus( float fRate, bool bRewindMovie, bool bLoop )
{
Actor::GainFocus( fRate, bRewindMovie, bLoop );
for( unsigned i=0; i<m_SubActors.size(); i++ )
m_SubActors[i]->GainFocus( fRate, bRewindMovie, bLoop );
}
void ActorFrame::LoseFocus()
{
Actor::LoseFocus();
for( unsigned i=0; i<m_SubActors.size(); i++ )
m_SubActors[i]->LoseFocus();
}
void ActorFrame::PlayCommand( const CString &sCommandName )
{
// HACK: Don't propogate Init. It gets called once for every Actor when the