UCRP_FINISHPLACE: Don't permit messed up position of 0

This commit is contained in:
toaster 2023-03-11 20:12:47 +00:00
parent f411ca1e85
commit 6f62abc1ef

View file

@ -812,6 +812,7 @@ boolean M_CheckCondition(condition_t *cn, player_t *player)
return (player->exiting
&& !(player->pflags & PF_NOCONTEST)
&& M_NotFreePlay(player)
&& player->position != 0
&& player->position <= cn->requirement);
case UCRP_FINISHPLACEEXACT:
return (player->exiting