From 24edfd5c8680db5631fc048c0c063e9122b25e72 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 10 Feb 2013 00:26:47 +0000 Subject: [PATCH] - Fixed translations of Heretic linetype's that perform Floor_LowerToHighest with an offset. SVN r4123 (trunk) --- wadsrc/static/xlat/heretic.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wadsrc/static/xlat/heretic.txt b/wadsrc/static/xlat/heretic.txt index 8fe344f5b..cfc106d09 100644 --- a/wadsrc/static/xlat/heretic.txt +++ b/wadsrc/static/xlat/heretic.txt @@ -5,7 +5,10 @@ include "xlat/base.txt" 10 = WALK, Plat_DownWaitUpStayLip (tag, P_FAST, PLATWAIT, 0) 36 = WALK, Floor_LowerToHighest (tag, F_FAST, 136, 1) 49 = USE, Ceiling_LowerAndCrush (tag, C_SLOW, 0, 2) + 70 = USE|REP, Floor_LowerToHighest (tag, F_FAST, 136, 1) + 71 = USE, Floor_LowerToHighest (tag, F_FAST, 136, 1) 88 = WALK|REP, Plat_DownWaitUpStayLip (tag, P_FAST, PLATWAIT, 0) + 98 = WALK|REP, Floor_LowerToHighest (tag, F_FAST, 136, 1) 99 = 0, Scroll_Texture_Right (SCROLL_UNIT) 100 = WALK|REP, Door_Raise (tag, D_SLOW*3, VDOORWAIT) 105 = WALK, Exit_Secret (0)