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