- Fixed: Wrong speed for Boom line type 175.

SVN r3206 (trunk)
This commit is contained in:
Randy Heit 2011-05-15 19:28:17 +00:00
parent 29e486495b
commit 68e34e1e5c
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ include "xlat/defines.i"
172 = USE, Light_StrobeDoom (tag, 5, 35)
173 = USE, Light_MinNeighbor (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)
177 = USE|REP, Floor_LowerToLowestTxTy (tag, F_SLOW)
178 = USE|REP, Floor_RaiseByValueTimes8 (tag, F_SLOW, 64)