fix comment location

This commit is contained in:
Chris Danford
2005-06-29 09:20:17 +00:00
parent 2a179a0380
commit ef4216b699
+2 -2
View File
@@ -305,10 +305,10 @@ void ActorFrame::SetPropagateCommands( bool b )
void ActorFrame::PlayCommand( const CString &sCommandName, Actor* pParent )
{
// HACK: Don't propogate Init. It gets called once for every Actor when the
// Actor is loaded, and we don't want to call it again.
Actor::PlayCommand( sCommandName, pParent );
// HACK: Don't propogate Init. It gets called once for every Actor when the
// Actor is loaded, and we don't want to call it again.
if( sCommandName == "Init" )
return;