mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-21 19:31:21 +00:00
NX/VITA: Prevent Sniper Sway with Deadshot Daiquiri
This commit is contained in:
parent
c34deca69f
commit
f2c392f235
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ void CL_SendMove (const usercmd_t *cmd)
|
|||
zoom_snap = 0;
|
||||
|
||||
//==== Sniper Scope Swaying ====
|
||||
if(cl.stats[STAT_ZOOM] == 2)
|
||||
if(cl.stats[STAT_ZOOM] == 2 && !(cl.perks & 64))
|
||||
{
|
||||
vec3_t vang;
|
||||
|
||||
|
|
Loading…
Reference in a new issue