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 */