summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.c
diff options
context:
space:
mode:
authorJames Haley2010-09-25 23:12:58 +0000
committerJames Haley2010-09-25 23:12:58 +0000
commitb563a6485a2840f324ad0bc7b45d3a8306a9f18b (patch)
treed459cf7f8e2c391efa52e3ed53180a3e700f1270 /src/strife/p_spec.c
parent6347e5fad98d28e1c8ca89273568da4c7f652a7f (diff)
downloadchocolate-doom-b563a6485a2840f324ad0bc7b45d3a8306a9f18b.tar.gz
chocolate-doom-b563a6485a2840f324ad0bc7b45d3a8306a9f18b.tar.bz2
chocolate-doom-b563a6485a2840f324ad0bc7b45d3a8306a9f18b.zip
ALL line types implemented in P_UseSpecialLine!
Subversion-branch: /branches/strife-branch Subversion-revision: 2139
Diffstat (limited to 'src/strife/p_spec.c')
-rw-r--r--src/strife/p_spec.c6
1 files changed, 3 insertions, 3 deletions
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)