From 07118147d8192a4d5389d87f8d00d352f6788f36 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 16 Mar 2012 23:42:11 +0000 Subject: [PATCH] - Revised the fix from r3442: Make the line a nonrepeatable Door_Open instead of completely clearing the line's special. SVN r3447 (trunk) --- wadsrc/static/compatibility.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wadsrc/static/compatibility.txt b/wadsrc/static/compatibility.txt index dc46fa2fd..7b6db2704 100644 --- a/wadsrc/static/compatibility.txt +++ b/wadsrc/static/compatibility.txt @@ -159,8 +159,9 @@ E2B5D1400279335811C1C1C0B437D9C8 // Deathknights of the Dark Citidel, map54 2B65CB046EA40D2E44576949381769CA // Commercial Doom e3m4 { - // This line is erroneously flagged as a door that monsters can operate. - // If they do, they block you off from half the map. Since the attached - // sector isn't a door, remove the special. - clearlinespecial 1069 + // This line is erroneously specified as Door_Raise that monsters + // can operate. If they do, they block you off from half the map. Change + // this into a one-shot Door_Open so that it won't close. + setlinespecial 1069 Door_Open 0 16 0 0 0 + clearlineflags 1069 0x200 }