mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-02-18 01:21:32 +00:00
NX/VITA: Add missing MP5K and Springfield Pack-A-Punch Definition
This commit is contained in:
parent
99d258e5b3
commit
8461381b9b
1 changed files with 3 additions and 1 deletions
|
@ -2334,6 +2334,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