From b563a6485a2840f324ad0bc7b45d3a8306a9f18b Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 25 Sep 2010 23:12:58 +0000 Subject: ALL line types implemented in P_UseSpecialLine! Subversion-branch: /branches/strife-branch Subversion-revision: 2139 --- src/strife/p_spec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/strife/p_spec.c') diff --git a/src/strife/p_spec.c b/src/strife/p_spec.c index 667d6abb..0d999d4f 100644 --- a/src/strife/p_spec.c +++ b/src/strife/p_spec.c @@ -1400,10 +1400,10 @@ P_CrossSpecialLine // void P_ShootSpecialLine -( mobj_t* thing, - line_t* line ) +( mobj_t* thing, + line_t* line ) { - int ok; + int ok; // Impacts that other things can activate. if (!thing->player) -- cgit v1.2.3