fully reset score between songs

This commit is contained in:
Vecais Dumais Laacis
2007-08-29 16:13:52 +00:00
parent c030c5f0e7
commit fe7d434cd9
+2 -2
View File
@@ -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 )
{