diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/strife/p_spec.c | 17 |
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; } |