From 27fcaf0f93f4a5cb3976f64537f446c9b7d8c85a Mon Sep 17 00:00:00 2001 From: lachwright Date: Mon, 18 Nov 2019 16:26:15 +0800 Subject: [PATCH] Whoops, deleted a little too much by accident --- src/p_user.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p_user.c b/src/p_user.c index c17d708ba..bcb01dc02 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -9899,9 +9899,9 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall else { if (mo->eflags & MFE_VERTICALFLIP) - z = mo->z + mo->height - pviewheight - camheight; + z = mo->z + mo->height - pviewheight - camheight + distz; else - z = mo->z + pviewheight + camheight; + z = mo->z + pviewheight + camheight + distz; } // move camera down to move under lower ceilings