diff --git a/source/gl_rpart.c b/source/gl_rpart.c index af8789b..95647ec 100644 --- a/source/gl_rpart.c +++ b/source/gl_rpart.c @@ -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); -}*/ \ No newline at end of file +}*/