support BGAnimation::FinishTweening

This commit is contained in:
Glenn Maynard
2003-11-05 02:23:21 +00:00
parent d5768fd18a
commit 48ee51e268
4 changed files with 14 additions and 0 deletions
+6
View File
@@ -219,6 +219,12 @@ float BGAnimation::GetTweenTimeLeft() const
return tot;
}
void BGAnimation::FinishTweening()
{
for( unsigned i=0; i<m_Layers.size(); i++ )
m_Layers[i]->FinishTweening();
}
void BGAnimation::PlayCommand( const CString &cmd )
{
for( unsigned i=0; i<m_Layers.size(); i++ )