- Fixed translations of Heretic linetype's that perform Floor_LowerToHighest with an offset.

SVN r4123 (trunk)
This commit is contained in:
Randy Heit 2013-02-10 00:26:47 +00:00
parent 65d2d0a5e5
commit 24edfd5c86
1 changed files with 3 additions and 0 deletions

View File

@ -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)