mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 05:51:58 +00:00
Lol it's the wrong union!
This commit is contained in:
parent
7c0d5b3bcf
commit
50b0993e80
1 changed files with 1 additions and 1 deletions
|
|
@ -2131,7 +2131,7 @@ static void Y_AwardSpecialStageBonus(void)
|
|||
|
||||
data.spec.score = players[consoleplayer].score;
|
||||
memset(data.spec.bonuses, 0, sizeof(data.spec.bonuses));
|
||||
memset(data.spec.bonuspatches, 0, sizeof(data.coop.bonuspatches));
|
||||
memset(data.spec.bonuspatches, 0, sizeof(data.spec.bonuspatches));
|
||||
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue