From af795892519557cb20c10095c90a99e3857dca0f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 29 Aug 2005 15:26:53 +0000 Subject: [PATCH] comment cleanup --- stepmania/src/Actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 498dd4a27e..96fe312b2d 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -241,7 +241,7 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode ) // FOREACH_CONST_Child( pNode, c ) { - CString sKeyName = c->m_sName; /* "OnCommand" */ + CString sKeyName = c->m_sName; if( sKeyName != "Command" ) continue; /* not a command */