mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-17 17:11:19 +00:00
- Fixed translations of Heretic linetype's that perform Floor_LowerToHighest with an offset.
SVN r4123 (trunk)
This commit is contained in:
parent
65d2d0a5e5
commit
24edfd5c86
1 changed files with 3 additions and 0 deletions
|
@ -5,7 +5,10 @@ include "xlat/base.txt"
|
||||||
10 = WALK, Plat_DownWaitUpStayLip (tag, P_FAST, PLATWAIT, 0)
|
10 = WALK, Plat_DownWaitUpStayLip (tag, P_FAST, PLATWAIT, 0)
|
||||||
36 = WALK, Floor_LowerToHighest (tag, F_FAST, 136, 1)
|
36 = WALK, Floor_LowerToHighest (tag, F_FAST, 136, 1)
|
||||||
49 = USE, Ceiling_LowerAndCrush (tag, C_SLOW, 0, 2)
|
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)
|
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)
|
99 = 0, Scroll_Texture_Right (SCROLL_UNIT)
|
||||||
100 = WALK|REP, Door_Raise (tag, D_SLOW*3, VDOORWAIT)
|
100 = WALK|REP, Door_Raise (tag, D_SLOW*3, VDOORWAIT)
|
||||||
105 = WALK, Exit_Secret (0)
|
105 = WALK, Exit_Secret (0)
|
||||||
|
|
Loading…
Reference in a new issue