NX/VITA: Tweak sniper scope weapon zoom

This commit is contained in:
cypress 2023-08-26 20:16:31 -04:00 committed by GitHub
parent 8699907909
commit 634a923982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1978,7 +1978,7 @@ int GetWeaponZoomAmmount (void)
break;
case W_KAR_SCOPE:
case W_HEADCRACKER:
return 50;
return 47;
break;
case W_THOMPSON:
case W_GIBS: