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
@@ -102,7 +102,7 @@ void PaneDisplay::Load( const RString &sMetricsGroup, PlayerNumber pn )
m_CurPane = PANE_INVALID;
}
void PaneDisplay::LoadFromNode( const RString &sDir, const XNode *pNode )
void PaneDisplay::LoadFromNode( const XNode *pNode )
{
bool b;
@@ -119,7 +119,7 @@ void PaneDisplay::LoadFromNode( const RString &sDir, const XNode *pNode )
Load( sMetricsGroup, pn );
ActorFrame::LoadFromNode( sDir, pNode );
ActorFrame::LoadFromNode( pNode );
}
void PaneDisplay::SetContent( PaneContents c )