From 9104ddc3f46312a3356b10d7a21f9e304a1403a5 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Tue, 31 Aug 2010 06:24:50 +0000 Subject: + All doom mobjtypes commented out or replaced as placeholders + Strife mobjinfo structure filled + strife mobj flags added Subversion-branch: /branches/strife-branch Subversion-revision: 1986 --- src/strife/p_spec.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/strife') 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; } -- cgit v1.2.3