summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.c
diff options
context:
space:
mode:
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)