mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX/VITA: Tweak sniper scope weapon zoom
This commit is contained in:
parent
8699907909
commit
634a923982
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue