summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_spec.c')
-rw-r--r--src/strife/p_spec.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/strife/p_spec.c b/src/strife/p_spec.c
index 48df9d5e..b17866bf 100644
--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -527,14 +527,15 @@ P_CrossSpecialLine
// Things that should NOT trigger specials...
switch(thing->type)
{
- case MT_ROCKET:
- case MT_PLASMA:
- case MT_BFG:
- case MT_TROOPSHOT:
- case MT_HEADSHOT:
- case MT_BRUISERSHOT:
- return;
- break;
+ // villsa [STRIFE] unused
+ //case MT_ROCKET:
+ //case MT_PLASMA:
+ //case MT_BFG:
+ //case MT_TROOPSHOT:
+ //case MT_HEADSHOT:
+ //case MT_BRUISERSHOT:
+ //return;
+ //break;
default: break;
}