Unbreak HighScoreForACourseAndTrail node creation.

This commit is contained in:
Steve Checkoway
2006-10-14 06:53:16 +00:00
parent ec030b56ba
commit 2568284699
+1 -1
View File
@@ -1731,7 +1731,7 @@ void Profile::AddStepsRecentScore( const Song* pSong, const Steps* pSteps, HighS
XNode* Profile::HighScoreForACourseAndTrail::CreateNode() const
{
XNode* pNode = new XNode( "HighScoresForACourseAndTrail" );
XNode* pNode = new XNode( "HighScoreForACourseAndTrail" );
pNode->AppendChild( courseID.CreateNode() );
pNode->AppendChild( trailID.CreateNode() );