Battle: fix losing points from dying after round ends

This commit is contained in:
James R 2024-01-22 17:48:34 -08:00
parent 235d107f50
commit 06514b0e8f

View file

@ -1808,10 +1808,7 @@ void P_KillMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, UINT8 damaget
K_CheckBumpers(); K_CheckBumpers();
if (target->player->roundscore > 1) P_AddPlayerScore(target->player, -2);
target->player->roundscore -= 2;
else
target->player->roundscore = 0;
} }
target->player->trickpanel = TRICKSTATE_NONE; target->player->trickpanel = TRICKSTATE_NONE;