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
+1 -1
View File
@@ -18,7 +18,7 @@ public:
void Load( const PlayerState *pPlayerState, const PlayerStageStats *pPlayerStageStats );
void Load( const PlayerState *pPlayerState, const PlayerStageStats *pPlayerStageStats, const RString &sMetricsGroup, bool bAutoRefresh );
void Update( float fDeltaTime );
virtual void LoadFromNode( const RString& sDir, const XNode* pNode );
virtual void LoadFromNode( const XNode* pNode );
virtual Actor *Copy() const;
static RString FormatPercentScore( float fPercentDancePoints );