From 3c85a9a4365bed4b33da59756e5748798f2bfcd2 Mon Sep 17 00:00:00 2001 From: James R Date: Sat, 13 Jan 2024 15:44:29 -0800 Subject: [PATCH] Director: let it switch to splitscreen players --- src/k_director.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/k_director.cpp b/src/k_director.cpp index 93f3ea47d..308b30bca 100644 --- a/src/k_director.cpp +++ b/src/k_director.cpp @@ -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) {