summaryrefslogtreecommitdiff
path: root/src/strife/p_doors.c
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-19 18:37:37 +0000
committerSamuel Villareal2010-09-19 18:37:37 +0000
commit109a4d929d04b26e9ceadb1c545ddbc6dce154b3 (patch)
treed49104d78aeb5f00d9ac9f46f458424dbb1ab8f3 /src/strife/p_doors.c
parent16031793fc8c4e39bb027b39a7702154a33051f2 (diff)
downloadchocolate-doom-109a4d929d04b26e9ceadb1c545ddbc6dce154b3.tar.gz
chocolate-doom-109a4d929d04b26e9ceadb1c545ddbc6dce154b3.tar.bz2
chocolate-doom-109a4d929d04b26e9ceadb1c545ddbc6dce154b3.zip
+ Fixed a minor fluke with type 165 in EV_VerticalDoor
+ Types 165 and 205 supported in P_UseSpecialLine Subversion-branch: /branches/strife-branch Subversion-revision: 2119
Diffstat (limited to 'src/strife/p_doors.c')
-rw-r--r--src/strife/p_doors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_doors.c b/src/strife/p_doors.c
index 45df9060..2fed1f27 100644
--- a/src/strife/p_doors.c
+++ b/src/strife/p_doors.c
@@ -622,7 +622,7 @@ void EV_VerticalDoor(line_t* line, mobj_t* thing)
case 165:
player->message = DEH_String("That doesn't seem to work");
S_StartSound(NULL, sfx_oof);
- break;
+ return;
case 166: // DR Hand Print door
if(!player->cards[key_SeveredHand])