mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
A_ForceWin: Health should not matter
This commit is contained in:
parent
c202b603da
commit
70b09c647f
1 changed files with 2 additions and 2 deletions
|
|
@ -9247,8 +9247,8 @@ void A_ForceWin(mobj_t *actor)
|
||||||
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
{
|
{
|
||||||
if (playeringame[i] && ((players[i].mo && players[i].mo->health)
|
if (playeringame[i]
|
||||||
&& !(players[i].pflags & PF_NOCONTEST)))
|
&& !(players[i].pflags & PF_NOCONTEST))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue