mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
VITA/NX: Fix dumb W_MP5K definition
This commit is contained in:
parent
3ffcd046ba
commit
e16b1da44c
1 changed files with 1 additions and 1 deletions
|
@ -2066,7 +2066,7 @@ int GetWeaponZoomAmmount (void)
|
|||
case W_AFTERBURNER:
|
||||
return 10;
|
||||
break;
|
||||
case W_MP5K:
|
||||
case W_MP5:
|
||||
case W_KOLLIDER:
|
||||
return 10;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue