From db4c8e94243dcd9b6ba9755cda7d1d4b8884415a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 31 Oct 2003 23:15:45 +0000 Subject: [PATCH] fix players' best --- stepmania/src/ScreenGameplay.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 1fb48b337b..957d31d7fc 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -693,6 +693,11 @@ void ScreenGameplay::LoadNextSong() GAMESTATE->m_pCurNotes[p] = m_apNotesQueue[p][iPlaySongIndex]; + /* Increment the play count even if the player fails. (It's still popular, + * even if the people playing it aren't good at it.) */ + for( int mc = 0; mc < NUM_MEMORY_CARDS; ++mc ) + ++GAMESTATE->m_pCurNotes[p]->m_MemCardDatas[mc].iNumTimesPlayed; + // Put course options into effect. for( unsigned i=0; i