mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Add missing MP5K and Springfield Pack-A-Punch Definition
This commit is contained in:
parent
e964dcb309
commit
9b9c690c15
1 changed files with 2 additions and 0 deletions
|
@ -2166,6 +2166,8 @@ float pap_detr(int weapon)
|
||||||
case W_ARMAGEDDON:
|
case W_ARMAGEDDON:
|
||||||
case W_WIDDER:
|
case W_WIDDER:
|
||||||
case W_KILLU:
|
case W_KILLU:
|
||||||
|
case W_KOLLIDER:
|
||||||
|
case W_PULVERIZER:
|
||||||
return 1;
|
return 1;
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue