ActorUtil::LoadFromActorFile -> ActorUtil::LoadFromNode

This commit is contained in:
Glenn Maynard
2005-10-11 02:51:05 +00:00
parent 201fe355ac
commit c9cb09dd36
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode )
{
if( pChild->m_sName == "Input" )
{
/* Parameters are set as globals by ActorUtil::LoadFromActorFile.
/* Parameters are set as globals by ActorUtil::LoadFromNode.
* If parameters are specified here, save them to the actor. Accessing
* parameters as globals directly is deprecated. */
CString sName;