- Revised the fix from r3442: Make the line a nonrepeatable Door_Open instead of completely

clearing the line's special.

SVN r3447 (trunk)
This commit is contained in:
Randy Heit 2012-03-16 23:42:11 +00:00
parent 73a78caa5c
commit 07118147d8

View file

@ -159,8 +159,9 @@ E2B5D1400279335811C1C1C0B437D9C8 // Deathknights of the Dark Citidel, map54
2B65CB046EA40D2E44576949381769CA // Commercial Doom e3m4 2B65CB046EA40D2E44576949381769CA // Commercial Doom e3m4
{ {
// This line is erroneously flagged as a door that monsters can operate. // This line is erroneously specified as Door_Raise that monsters
// If they do, they block you off from half the map. Since the attached // can operate. If they do, they block you off from half the map. Change
// sector isn't a door, remove the special. // this into a one-shot Door_Open so that it won't close.
clearlinespecial 1069 setlinespecial 1069 Door_Open 0 16 0 0 0
clearlineflags 1069 0x200
} }