Keep track of played and passed songs separately; it's too much
of a hassle to try to derive one from the other.
This commit is contained in:
@@ -45,6 +45,7 @@ void StageStats::operator+=( const StageStats& other )
|
||||
fRadarActual[p][r] += other.fRadarActual[p][r];
|
||||
}
|
||||
fSecondsBeforeFail[p] += other.fSecondsBeforeFail[p];
|
||||
iSongsPlayed[p] += other.iSongsPlayed[p];
|
||||
iSongsPassed[p] += other.iSongsPassed[p];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user