mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Whoops, deleted a little too much by accident
This commit is contained in:
parent
97e9555cd9
commit
275833eb51
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…
Add table
Reference in a new issue