VITA/NX: Fix dumb W_MP5K definition

This commit is contained in:
Steam Deck User 2023-02-03 20:34:08 -05:00
parent 3ffcd046ba
commit e16b1da44c
1 changed files with 1 additions and 1 deletions

View File

@ -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;