mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- 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:
parent
73a78caa5c
commit
07118147d8
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue