From 8fd08a0a2e48925102440698066b505d2baf7394 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 1 May 2005 09:14:11 +0000 Subject: [PATCH] save LastPlayed time --- stepmania/src/HighScore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/HighScore.cpp b/stepmania/src/HighScore.cpp index e578cd2416..b315eb1669 100644 --- a/stepmania/src/HighScore.cpp +++ b/stepmania/src/HighScore.cpp @@ -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