From ef4216b699e220130b00f7b9e65e3e2053e8393f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 29 Jun 2005 09:20:17 +0000 Subject: [PATCH] fix comment location --- stepmania/src/ActorFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ActorFrame.cpp b/stepmania/src/ActorFrame.cpp index 7fadfacf03..2bca864f7c 100644 --- a/stepmania/src/ActorFrame.cpp +++ b/stepmania/src/ActorFrame.cpp @@ -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;