mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +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;
|
zoom_snap = 0;
|
||||||
|
|
||||||
//==== Sniper Scope Swaying ====
|
//==== Sniper Scope Swaying ====
|
||||||
if(cl.stats[STAT_ZOOM] == 2)
|
if(cl.stats[STAT_ZOOM] == 2 && !(cl.perks & 64))
|
||||||
{
|
{
|
||||||
vec3_t vang;
|
vec3_t vang;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue