diff --git a/src/k_director.c b/src/k_director.c index 4f5737b4b..9a0e79608 100644 --- a/src/k_director.c +++ b/src/k_director.c @@ -291,7 +291,7 @@ void K_UpdateDirector(void) } // even if we're not certain, if we're certain we're watching the WRONG player, try to switch - if (players[*displayplayerp].position != targetposition+1 && !players[target].positiondelay) + if (players[*displayplayerp].position != targetposition+1 && !players[*displayplayerp].positiondelay) { K_DirectorSwitch(target, false); }