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.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/strife/p_spec.c b/src/strife/p_spec.c
index 0d999d4f..af8bc568 100644
--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -943,8 +943,9 @@ P_CrossSpecialLine
line->special = 0;
break;
- case 179: // STRIFE-TODO: new Ceiling type?
- // EV_DoCeiling(line, 0);
+ case 179:
+ // haleyjd 09/25/10: [STRIFE] W1 Ceiling Lower to Floor
+ EV_DoCeiling(line, lowerToFloor);
line->special = 0;
break;
@@ -1359,10 +1360,8 @@ P_CrossSpecialLine
case 184:
// villsa [STRIFE] plat up wait down stay
- EV_DoPlat(line, upWaitDownStay, 0);
-
- // hmm.. looks like Rogue screwed up here..
- P_ChangeSwitchTexture(line, 1);
+ if(EV_DoPlat(line, upWaitDownStay, 0))
+ P_ChangeSwitchTexture(line, 1); // In P_CrossSpecialLine? Copypasta error?
break;
case 185: