NX/VITA: Add missing MP5K and Springfield Pack-A-Punch Definition

This commit is contained in:
cypress 2023-11-29 11:43:04 -05:00 committed by GitHub
parent 99d258e5b3
commit 8461381b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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);
}*/
}*/