diff --git a/src/p_user.c b/src/p_user.c index 0f89f8262..1b7c71efd 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -8250,6 +8250,9 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall if (mo->eflags & MFE_VERTICALFLIP) camheight += thiscam->height; + if (splitscreen == 1) + camspeed = (3*camspeed)/4; + if (timeover) angle = mo->angle + FixedAngle(camrotate*FRACUNIT); else if (leveltime < starttime)