summaryrefslogtreecommitdiff
path: root/src/strife/p_doors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_doors.c')
-rw-r--r--src/strife/p_doors.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/strife/p_doors.c b/src/strife/p_doors.c
index d3a201ea..14c15451 100644
--- a/src/strife/p_doors.c
+++ b/src/strife/p_doors.c
@@ -212,7 +212,7 @@ EV_DoLockedDoor
if (!p)
return 0;
- switch(line->special)
+/* switch(line->special)
{
case 99: // Blue Lock
case 133:
@@ -250,7 +250,7 @@ EV_DoLockedDoor
return 0;
}
break;
- }
+ }*/
return EV_DoDoor(line,type);
}
@@ -357,7 +357,7 @@ EV_VerticalDoor
// Check for locks
player = thing->player;
- switch(line->special)
+/* switch(line->special)
{
case 26: // Blue Lock
case 32:
@@ -398,7 +398,7 @@ EV_VerticalDoor
return;
}
break;
- }
+ }*/
// if the sector has an active thinker, use it
sec = sides[ line->sidenum[side^1]] .sector;