From 68e34e1e5c73987488eda3cb8f4c5a3a01f89339 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 15 May 2011 19:28:17 +0000 Subject: [PATCH] - Fixed: Wrong speed for Boom line type 175. SVN r3206 (trunk) --- wadsrc/static/xlat/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/xlat/base.txt b/wadsrc/static/xlat/base.txt index 94b3d7c5e1..f9c9e01251 100644 --- a/wadsrc/static/xlat/base.txt +++ b/wadsrc/static/xlat/base.txt @@ -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)