mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Fixed: Wrong speed for Boom line type 175.
SVN r3206 (trunk)
This commit is contained in:
parent
29e486495b
commit
68e34e1e5c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ include "xlat/defines.i"
|
||||||
172 = USE, Light_StrobeDoom (tag, 5, 35)
|
172 = USE, Light_StrobeDoom (tag, 5, 35)
|
||||||
173 = USE, Light_MinNeighbor (tag)
|
173 = USE, Light_MinNeighbor (tag)
|
||||||
174 = USE|MONST, Teleport (0, tag)
|
174 = USE|MONST, Teleport (0, tag)
|
||||||
175 = USE, Door_CloseWaitOpen (tag, F_SLOW, 240)
|
175 = USE, Door_CloseWaitOpen (tag, D_SLOW, 240)
|
||||||
176 = USE|REP, Floor_RaiseByTexture (tag, F_SLOW)
|
176 = USE|REP, Floor_RaiseByTexture (tag, F_SLOW)
|
||||||
177 = USE|REP, Floor_LowerToLowestTxTy (tag, F_SLOW)
|
177 = USE|REP, Floor_LowerToLowestTxTy (tag, F_SLOW)
|
||||||
178 = USE|REP, Floor_RaiseByValueTimes8 (tag, F_SLOW, 64)
|
178 = USE|REP, Floor_RaiseByValueTimes8 (tag, F_SLOW, 64)
|
||||||
|
|
Loading…
Reference in a new issue