diff options
author | Samuel Villareal | 2010-09-19 18:24:58 +0000 |
---|---|---|
committer | Samuel Villareal | 2010-09-19 18:24:58 +0000 |
commit | 16031793fc8c4e39bb027b39a7702154a33051f2 (patch) | |
tree | 5015d440e34ab6e8571f63f1e4f36ccf456f5255 /src/strife | |
parent | fd0c011dcc9d56d366d62c38695d5e8dd47643c7 (diff) | |
download | chocolate-doom-16031793fc8c4e39bb027b39a7702154a33051f2.tar.gz chocolate-doom-16031793fc8c4e39bb027b39a7702154a33051f2.tar.bz2 chocolate-doom-16031793fc8c4e39bb027b39a7702154a33051f2.zip |
+ EV_VerticalDoor: Missed type 165 added
Subversion-branch: /branches/strife-branch
Subversion-revision: 2118
Diffstat (limited to 'src/strife')
-rw-r--r-- | src/strife/p_doors.c | 6 |
1 files changed, 6 insertions, 0 deletions
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]) { |