mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-01 16:01:09 +00:00
Revert a few of the changes from last commit
Ended up not liking them
This commit is contained in:
parent
6e328a4e73
commit
381883b747
1 changed files with 2 additions and 2 deletions
|
@ -8416,10 +8416,10 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall
|
|||
x += xpan;
|
||||
y += ypan;
|
||||
|
||||
pviewheight = FixedMul(32<<FRACBITS, mapheaderinfo[gamemap-1]->mobj_scale);
|
||||
pviewheight = FixedMul(32<<FRACBITS, mo->scale);
|
||||
|
||||
if (mo->eflags & MFE_VERTICALFLIP)
|
||||
z = mo->z + mobjinfo[mo->type].height - pviewheight - camheight;
|
||||
z = mo->z + mo->height - pviewheight - camheight;
|
||||
else
|
||||
z = mo->z + pviewheight + camheight;
|
||||
|
||||
|
|
Loading…
Reference in a new issue