Lol it's the wrong union!

This commit is contained in:
James R 2019-11-07 16:22:25 -08:00
parent b157c21a35
commit 7a770fa63c
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{