0
0
Fork 0
mirror of https://github.com/nzp-team/quakec.git synced 2025-04-13 13:32:44 +00:00

Fix incorrect mag size for Gewehr 43

This commit is contained in:
tanuki! 2025-02-19 20:09:34 -08:00 committed by GitHub
parent 0f69c7f73d
commit c953d2e93c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -618,9 +618,9 @@ float(float wep) getWeaponMag =
case W_IMPELLER:
return 64;
case W_GEWEHR:
return 12;
case W_COMPRESSOR:
return 10;
case W_COMPRESSOR:
return 12;
case W_KAR_SCOPE:
return 5;
case W_HEADCRACKER: