Whoops, deleted a little too much by accident

This commit is contained in:
lachwright 2019-11-18 16:26:15 +08:00
parent 4c432c376e
commit 27fcaf0f93
1 changed files with 2 additions and 2 deletions

View File

@ -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