From 109a4d929d04b26e9ceadb1c545ddbc6dce154b3 Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Sun, 19 Sep 2010 18:37:37 +0000 Subject: + 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 --- src/strife/p_doors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/p_doors.c') 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]) -- cgit v1.2.3