save LastPlayed time

This commit is contained in:
Chris Danford
2005-05-01 09:14:11 +00:00
parent 04ca7c496c
commit 8fd08a0a2e
+1
View File
@@ -165,6 +165,7 @@ XNode* HighScoreList::CreateNode() const
pNode->m_sName = "HighScoreList";
pNode->AppendChild( "NumTimesPlayed", iNumTimesPlayed );
pNode->AppendChild( "LastPlayed", dtLastPlayed );
for( unsigned i=0; i<vHighScores.size(); i++ )
{