mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Whoops, deleted a little too much by accident
This commit is contained in:
parent
4c432c376e
commit
27fcaf0f93
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue