mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Total score starts at record score
Means there's actually feedback for how much score you got in the current level.
This commit is contained in:
parent
b7443cfa05
commit
33c7a930a7
1 changed files with 1 additions and 1 deletions
|
@ -2044,7 +2044,7 @@ static void Y_AwardCoopBonuses(void)
|
|||
y_bonus_t localbonuses[4];
|
||||
|
||||
// set score/total first
|
||||
data.coop.total = 0;
|
||||
data.coop.total = players[consoleplayer].recordscore;
|
||||
data.coop.score = players[consoleplayer].score;
|
||||
data.coop.gotperfbonus = -1;
|
||||
memset(data.coop.bonuses, 0, sizeof(data.coop.bonuses));
|
||||
|
|
Loading…
Reference in a new issue