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
@@ -41,7 +41,7 @@ void AutoActor::LoadFromNode( const CString &sDir, const XNode* pNode )
{
Unload();
m_pActor = ActorUtil::LoadFromActorFile( sDir, pNode );
m_pActor = ActorUtil::LoadFromNode( sDir, pNode );
}
void AutoActor::LoadAndSetName( const CString &sScreenName, const CString &sActorName )