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
@@ -118,9 +118,9 @@ void DifficultyMeter::Load( const RString &sType )
Unset();
}
void DifficultyMeter::LoadFromNode( const RString& sDir, const XNode* pNode )
void DifficultyMeter::LoadFromNode( const XNode* pNode )
{
ActorFrame::LoadFromNode( sDir, pNode );
ActorFrame::LoadFromNode( pNode );
RString s;
pNode->GetAttrValue( "Type", s );