mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 20:56:14 +00:00
Don't turn-to-ability while climbing
This commit is contained in:
parent
01daa92fba
commit
b0a63f7d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -1554,7 +1554,7 @@ void G_BuildTiccmd(ticcmd_t *cmd, INT32 realtics, UINT8 ssplayer)
|
|||
fixed_t camadjustfactor;
|
||||
boolean alt = false; // Reduce intensity on diagonals and prevent backwards movement from turning the camera
|
||||
|
||||
if (player->climbing || player->pflags & PF_GLIDING)
|
||||
if (player->pflags & PF_GLIDING)
|
||||
camadjustfactor = cv_cam_turnfacingability[forplayer].value/4;
|
||||
else if (player->pflags & PF_STARTDASH)
|
||||
camadjustfactor = cv_cam_turnfacingspindash[forplayer].value/4;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue