diff --git a/stepmania/src/HighScore.cpp b/stepmania/src/HighScore.cpp index 22252aabc9..786b91c58e 100644 --- a/stepmania/src/HighScore.cpp +++ b/stepmania/src/HighScore.cpp @@ -140,9 +140,9 @@ void HighScoreList::AddHighScore( HighScore hs, int &iIndexOut, bool bIsMachine } } -void HighScoreList::IncrementPlayCount( DateTime dtLastPlayed ) +void HighScoreList::IncrementPlayCount( DateTime _dtLastPlayed ) { - dtLastPlayed = dtLastPlayed; + dtLastPlayed = _dtLastPlayed; iNumTimesPlayed++; }