mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 10:11:02 +00:00
Don't turn strafe keys into turn when locked onto something
This commit is contained in:
parent
a188cd5db8
commit
4941ef4aac
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ void G_BuildTiccmd(ticcmd_t *cmd, INT32 realtics, UINT8 ssplayer)
|
|||
abilitydirection = cv_abilitydirection[forplayer].value;
|
||||
|
||||
strafeisturn = abilitydirection && ticcmd_centerviewdown[forplayer] &&
|
||||
(cv_cam_lockedinput[forplayer].value || (player->pflags & PF_STARTDASH)) &&
|
||||
((cv_cam_lockedinput[forplayer].value && !ticcmd_ztargetfocus[forplayer]) || (player->pflags & PF_STARTDASH)) &&
|
||||
!player->climbing && player->powers[pw_carry] != CR_MINECART;
|
||||
|
||||
// why build a ticcmd if we're paused?
|
||||
|
|
Loading…
Reference in a new issue