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
@@ -104,7 +104,7 @@ void ActorFrame::LoadChildrenFromNode( const CString& sDir, const XNode* pNode )
{
FOREACH_CONST_Child( pChildren, pChild )
{
Actor* pChildActor = ActorUtil::LoadFromActorFile( sDir, pChild );
Actor* pChildActor = ActorUtil::LoadFromNode( sDir, pChild );
if( pChildActor )
AddChild( pChildActor );
}