mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed bad edit in linedef translation.
This commit is contained in:
parent
df0d3543a8
commit
eebd5c9d4d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ include "xlat/defines.i"
|
||||||
22 = WALK, Plat_RaiseAndStayTx0 (tag, P_SLOW/2)
|
22 = WALK, Plat_RaiseAndStayTx0 (tag, P_SLOW/2)
|
||||||
23 = USE, Floor_LowerToLowest (tag, F_SLOW)
|
23 = USE, Floor_LowerToLowest (tag, F_SLOW)
|
||||||
24 = SHOOT, Floor_RaiseToLowestCeiling (tag, F_SLOW)
|
24 = SHOOT, Floor_RaiseToLowestCeiling (tag, F_SLOW)
|
||||||
25 = WALK, Ceiling_CrushAndRaiseDist (tag, C_SLOW, C_SLOW, 10)
|
25 = WALK, Ceiling_CrushAndRaiseDist (tag, 8, C_SLOW, 10)
|
||||||
26 = USE|REP, Door_LockedRaise (0, D_SLOW, VDOORWAIT, BCard | CardIsSkull, tag)
|
26 = USE|REP, Door_LockedRaise (0, D_SLOW, VDOORWAIT, BCard | CardIsSkull, tag)
|
||||||
27 = USE|REP, Door_LockedRaise (0, D_SLOW, VDOORWAIT, YCard | CardIsSkull, tag)
|
27 = USE|REP, Door_LockedRaise (0, D_SLOW, VDOORWAIT, YCard | CardIsSkull, tag)
|
||||||
28 = USE|REP, Door_LockedRaise (0, D_SLOW, VDOORWAIT, RCard | CardIsSkull, tag)
|
28 = USE|REP, Door_LockedRaise (0, D_SLOW, VDOORWAIT, RCard | CardIsSkull, tag)
|
||||||
|
|
Loading…
Reference in a new issue