NX/VITA: Prevent Sniper Sway with Deadshot Daiquiri

This commit is contained in:
cypress 2024-01-22 23:06:54 -05:00 committed by GitHub
parent c34deca69f
commit f2c392f235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;