Tweak sniper scope weapon zoom

This commit is contained in:
cypress 2023-08-26 20:16:34 -04:00 committed by GitHub
parent 713743c4f7
commit 72a2f58f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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