play layer InitCommand in addition to BGA InitCommand

This commit is contained in:
Chris Danford
2004-12-27 10:26:32 +00:00
parent a675190a55
commit 96247fb192
+4
View File
@@ -202,6 +202,10 @@ void BGAnimation::LoadFromAniDir( CString sAniDir )
* in metrics.ini commands, not here. */
this->RunCommands( ParseCommands(sInitCommand) );
}
Command cmd;
cmd.Load( "PlayCommand,Init" );
this->RunCommandOnChildren( cmd );
}
else
{