mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-17 09:11:41 +00:00
Tweak sniper scope weapon zoom
This commit is contained in:
parent
713743c4f7
commit
72a2f58f1f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue