foxygit / doom Log in
commit 16031793fc8c4e39bb027b39a7702154a33051f2
Author:     Samuel Villareal <svkaiser@gmail.com>
AuthorDate: Sun Sep 19 18:24:58 2010 +0000
Commit:     Samuel Villareal <svkaiser@gmail.com>
CommitDate: Sun Sep 19 18:24:58 2010 +0000

    + EV_VerticalDoor: Missed type 165 added

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 2118
---
 src/strife/p_doors.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/strife/p_doors.c b/src/strife/p_doors.c
index 19055475..45df9060 100644
--- a/src/strife/p_doors.c
+++ b/src/strife/p_doors.c
@@ -618,6 +618,12 @@ void EV_VerticalDoor(line_t* line, mobj_t* thing)
         }
         break;

+        // villsa [STRIFE] added 09/15/10
+    case 165:
+        player->message = DEH_String("That doesn't seem to work");
+        S_StartSound(NULL, sfx_oof);
+        break;
+
     case 166: // DR Hand Print door
         if(!player->cards[key_SeveredHand])
         {