From 3d214602c4ae346b21e20828c8c80909ddaa0f15 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Thu, 27 Oct 2011 01:05:59 +0000 Subject: [PATCH] - Fixed: Strife line type 11 has the same Teleport_NewMap/Exit_Normal semantics as line type 52. SVN r3303 (trunk) --- wadsrc/static/xlat/strife.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/xlat/strife.txt b/wadsrc/static/xlat/strife.txt index 93a97753f..3d06cd7cd 100644 --- a/wadsrc/static/xlat/strife.txt +++ b/wadsrc/static/xlat/strife.txt @@ -278,7 +278,7 @@ RetailOnly = 121 235 = USE, ACS_ExecuteWithResult (0, 235, tag) // Buttons - 11 = USE|REP, Exit_Normal (0) + 11 = USE|REP, ACS_ExecuteWithResult (0, 52, tag) 42 = USE|REP, Door_Close (tag, D_SLOW) 43 = USE|REP, Ceiling_LowerToFloor (tag, C_SLOW) 45 = USE|REP, Floor_LowerToHighest (tag, F_SLOW, 128)