This commit is contained in:
Glenn Maynard
2006-01-18 05:49:37 +00:00
parent 63c010f94e
commit 7f4b58a2ce
+2 -2
View File
@@ -195,8 +195,8 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode )
{
FOREACH_CONST_Child( pNode, pChild )
{
if( pChild->m_sName == "Input" )
{
if( pChild->m_sName == "Input" )
{
/* If parameters are specified here, save their values to the actor. */
CString sName;
if( !pChild->GetAttrValue( "Name", sName ) )