summaryrefslogtreecommitdiff
path: root/src/strife/p_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_switch.c')
-rw-r--r--src/strife/p_switch.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c
index 70bf41c3..99bc9f09 100644
--- a/src/strife/p_switch.c
+++ b/src/strife/p_switch.c
@@ -485,10 +485,7 @@ boolean P_UseSpecialLine(mobj_t* thing, line_t* line, int side)
break;
}
}
-
- // [STRIFE] TODO: here on down mostly untouched so far,
- // except for a few new types at the bottom.
-
+
// do something
switch(line->special)
{