comment cleanup

This commit is contained in:
Chris Danford
2005-08-29 15:26:53 +00:00
parent 69ec90df8e
commit af79589251
+1 -1
View File
@@ -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 */