mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- last revision's fix should be set to all 4 linedef types triggering the same action.
SVN r1999 (trunk)
This commit is contained in:
parent
32d9946f30
commit
a3c28e2a2f
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ include "xlat/defines.i"
|
||||||
69 = USE|REP, Floor_RaiseToNearest (tag, F_SLOW)
|
69 = USE|REP, Floor_RaiseToNearest (tag, F_SLOW)
|
||||||
70 = USE|REP, Floor_LowerToHighest (tag, F_FAST, 136)
|
70 = USE|REP, Floor_LowerToHighest (tag, F_FAST, 136)
|
||||||
71 = USE, Floor_LowerToHighest (tag, F_FAST, 136)
|
71 = USE, Floor_LowerToHighest (tag, F_FAST, 136)
|
||||||
72 = WALK|REP, Ceiling_LowerAndCrush (tag, C_SLOW, 0)
|
72 = WALK|REP, Ceiling_LowerAndCrush (tag, C_SLOW, 0, 2)
|
||||||
73 = WALK|REP, Ceiling_CrushAndRaiseA (tag, C_SLOW, C_SLOW, 10)
|
73 = WALK|REP, Ceiling_CrushAndRaiseA (tag, C_SLOW, C_SLOW, 10)
|
||||||
74 = WALK|REP, Ceiling_CrushStop (tag)
|
74 = WALK|REP, Ceiling_CrushStop (tag)
|
||||||
75 = WALK|REP, Door_Close (tag, D_SLOW)
|
75 = WALK|REP, Door_Close (tag, D_SLOW)
|
||||||
|
@ -169,7 +169,7 @@ include "xlat/defines.i"
|
||||||
164 = USE, Ceiling_CrushAndRaiseA (tag, C_NORMAL, C_NORMAL, 10)
|
164 = USE, Ceiling_CrushAndRaiseA (tag, C_NORMAL, C_NORMAL, 10)
|
||||||
165 = USE, Ceiling_CrushAndRaiseSilentA (tag, C_SLOW, C_SLOW, 10)
|
165 = USE, Ceiling_CrushAndRaiseSilentA (tag, C_SLOW, C_SLOW, 10)
|
||||||
166 = USE, FloorAndCeiling_LowerRaise (tag, F_SLOW, C_SLOW)
|
166 = USE, FloorAndCeiling_LowerRaise (tag, F_SLOW, C_SLOW)
|
||||||
167 = USE, Ceiling_LowerAndCrush (tag, C_SLOW, 0)
|
167 = USE, Ceiling_LowerAndCrush (tag, C_SLOW, 0, 2)
|
||||||
168 = USE, Ceiling_CrushStop (tag)
|
168 = USE, Ceiling_CrushStop (tag)
|
||||||
169 = USE, Light_MaxNeighbor (tag)
|
169 = USE, Light_MaxNeighbor (tag)
|
||||||
170 = USE, Light_ChangeToValue (tag, 35)
|
170 = USE, Light_ChangeToValue (tag, 35)
|
||||||
|
@ -189,7 +189,7 @@ include "xlat/defines.i"
|
||||||
184 = USE|REP, Ceiling_CrushAndRaiseA (tag, C_SLOW, C_SLOW, 10)
|
184 = USE|REP, Ceiling_CrushAndRaiseA (tag, C_SLOW, C_SLOW, 10)
|
||||||
185 = USE|REP, Ceiling_CrushAndRaiseSilentA (tag, C_SLOW, C_SLOW, 10)
|
185 = USE|REP, Ceiling_CrushAndRaiseSilentA (tag, C_SLOW, C_SLOW, 10)
|
||||||
186 = USE|REP, FloorAndCeiling_LowerRaise (tag, F_SLOW, C_SLOW)
|
186 = USE|REP, FloorAndCeiling_LowerRaise (tag, F_SLOW, C_SLOW)
|
||||||
187 = USE|REP, Ceiling_LowerAndCrush (tag, C_SLOW, 0)
|
187 = USE|REP, Ceiling_LowerAndCrush (tag, C_SLOW, 0, 2)
|
||||||
188 = USE|REP, Ceiling_CrushStop (tag)
|
188 = USE|REP, Ceiling_CrushStop (tag)
|
||||||
189 = USE, Floor_TransferTrigger (tag)
|
189 = USE, Floor_TransferTrigger (tag)
|
||||||
190 = USE|REP, Floor_TransferTrigger (tag)
|
190 = USE|REP, Floor_TransferTrigger (tag)
|
||||||
|
|
Loading…
Reference in a new issue