From fe7d434cd9f290fb84ca6202e7bf4aced9bf1226 Mon Sep 17 00:00:00 2001 From: Vecais Dumais Laacis Date: Wed, 29 Aug 2007 16:13:52 +0000 Subject: [PATCH] fully reset score between songs --- stepmania/src/ScreenJukebox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenJukebox.cpp b/stepmania/src/ScreenJukebox.cpp index 9ea5f24473..fd5c146ea6 100644 --- a/stepmania/src/ScreenJukebox.cpp +++ b/stepmania/src/ScreenJukebox.cpp @@ -211,8 +211,8 @@ void ScreenJukebox::Init() FOREACH_EnabledPlayer( p ) { - /* Reset the combo, in case ComboContinuesBetweenSongs is enabled. */ - STATSMAN->m_CurStageStats.m_player[p].m_iCurCombo = 0; + /* Reset score between songs. */ + STATSMAN->m_CurStageStats.m_player[p].ResetScoreForLesson(); if( GAMESTATE->m_bJukeboxUsesModifiers ) {