Director: let it switch to splitscreen players

This commit is contained in:
James R 2024-01-13 15:44:29 -08:00
parent 5ec2e156ab
commit 3c85a9a436

View file

@ -139,12 +139,6 @@ struct DirectorInfo
break;
}
// if this is a splitscreen player, try next pair
if (P_IsDisplayPlayer(&players[target]))
{
continue;
}
// if we're certain the back half of the pair is actually in this position, try to switch
if (!players[target].positiondelay)
{