combo graph half-fix (but still wrong)

This commit is contained in:
Glenn Maynard
2003-12-22 23:25:33 +00:00
parent 066e1a94b9
commit a7eb381bbb
3 changed files with 11 additions and 10 deletions
-3
View File
@@ -316,10 +316,7 @@ void StageStats::UpdateComboList( PlayerNumber pn, float pos )
* then that extra part of the combo must have come from a previous song.
* Remember it separately. */
if( ComboList[pn].size() == 1 )
{
ComboList[pn][0].rollover = cnt-1;
cnt = 1;
}
}
Combo_t &combo = ComboList[pn].back();