commit 9104ddc3f46312a3356b10d7a21f9e304a1403a5
Author: Samuel Villareal <svkaiser@gmail.com>
AuthorDate: Tue Aug 31 06:24:50 2010 +0000
Commit: Samuel Villareal <svkaiser@gmail.com>
CommitDate: Tue Aug 31 06:24:50 2010 +0000
+ 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(-)
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;
}