mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-22 03:41:05 +00:00
Reduce camspeed in splitscreen
This commit is contained in:
parent
7f2090aeae
commit
339a857cba
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…
Reference in a new issue