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

View file

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