fully reset score between songs
This commit is contained in:
@@ -211,8 +211,8 @@ void ScreenJukebox::Init()
|
|||||||
|
|
||||||
FOREACH_EnabledPlayer( p )
|
FOREACH_EnabledPlayer( p )
|
||||||
{
|
{
|
||||||
/* Reset the combo, in case ComboContinuesBetweenSongs is enabled. */
|
/* Reset score between songs. */
|
||||||
STATSMAN->m_CurStageStats.m_player[p].m_iCurCombo = 0;
|
STATSMAN->m_CurStageStats.m_player[p].ResetScoreForLesson();
|
||||||
|
|
||||||
if( GAMESTATE->m_bJukeboxUsesModifiers )
|
if( GAMESTATE->m_bJukeboxUsesModifiers )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user