From 25682846990191d7c0fcf89b2da90c2980f71908 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 14 Oct 2006 06:53:16 +0000 Subject: [PATCH] Unbreak HighScoreForACourseAndTrail node creation. --- stepmania/src/Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 38d0f460bc..8179497ae9 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -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() );