mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +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_WIDDER:
|
||||
case W_KILLU:
|
||||
case W_KOLLIDER:
|
||||
case W_PULVERIZER:
|
||||
return 1;
|
||||
default:
|
||||
return 0;
|
||||
|
@ -2750,4 +2752,4 @@ void R_DrawDecals(void)
|
|||
glDisable(GL_BLEND);
|
||||
glDepthMask(GL_FALSE);
|
||||
glColor4f(1, 1, 1, 1);
|
||||
}*/
|
||||
}*/
|
||||
|
|
Loading…
Reference in a new issue