fix name saving twice. Duh.

This commit is contained in:
Chris Danford
2004-02-11 03:53:47 +00:00
parent 479026ed29
commit e843119db3
-1
View File
@@ -45,7 +45,6 @@ XNode* HighScore::CreateNode() const
// TRICKY: Don't write "name to fill in" markers.
pNode->AppendChild( "Name", IsRankingToFillIn(sName) ? "" : sName );
pNode->AppendChild( "sName", sName );
pNode->AppendChild( "Grade", grade );
pNode->AppendChild( "Score", iScore );
pNode->AppendChild( "PercentDP", fPercentDP );