mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-02 23:12:09 +00:00
Reduce camspeed in splitscreen
This commit is contained in:
parent
f5a9ae016a
commit
02c425696f
1 changed files with 3 additions and 0 deletions
|
|
@ -8250,6 +8250,9 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall
|
||||||
if (mo->eflags & MFE_VERTICALFLIP)
|
if (mo->eflags & MFE_VERTICALFLIP)
|
||||||
camheight += thiscam->height;
|
camheight += thiscam->height;
|
||||||
|
|
||||||
|
if (splitscreen == 1)
|
||||||
|
camspeed = (3*camspeed)/4;
|
||||||
|
|
||||||
if (timeover)
|
if (timeover)
|
||||||
angle = mo->angle + FixedAngle(camrotate*FRACUNIT);
|
angle = mo->angle + FixedAngle(camrotate*FRACUNIT);
|
||||||
else if (leveltime < starttime)
|
else if (leveltime < starttime)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue