mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-12 22:02:12 +00:00
Lol it's the wrong union!
This commit is contained in:
parent
b157c21a35
commit
7a770fa63c
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…
Reference in a new issue