mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 16:32:33 +00:00
Director: let it switch to splitscreen players
This commit is contained in:
parent
5ec2e156ab
commit
3c85a9a436
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue