LoadFromNode(sDir, pNode) -> LoadFromNode(pNode)

This commit is contained in:
Glenn Maynard
2006-10-09 08:24:10 +00:00
parent f1ca420069
commit e11914d4bb
68 changed files with 132 additions and 132 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ void HoldJudgment::Load( const RString &sPath )
this->AddChild( m_sprJudgment );
}
void HoldJudgment::LoadFromNode( const RString& sDir, const XNode* pNode )
void HoldJudgment::LoadFromNode( const XNode* pNode )
{
RString sFile;
if( ActorUtil::GetAttrPath(pNode, "File", sFile) )
@@ -35,7 +35,7 @@ void HoldJudgment::LoadFromNode( const RString& sDir, const XNode* pNode )
Load( sFile );
ActorFrame::LoadFromNode( sDir, pNode );
ActorFrame::LoadFromNode( pNode );
}
void HoldJudgment::ResetAnimation()