A classic ZDoomism (implicit passuse): A door (sector 204) could not be
opened due to its west side (linedef 1208) being blocked by a walk
trigger (linedef 1201). This left both door unable to be opened, and
walk trigger unable to be activated. The latter left the player stuck in
the immediate area, unable to finish the level.
The simplest fix, applied here, is to move the walk trigger to the other
side of the door (linedef 1214). The player must still walk through the
door and "see" the blue key vanish to escape the maze.
Thanks to Patrol1985 (and others) for reporting this:
http://www.doomworld.com/vb/post/1209971
While it is true that on modern hardware a reject lump rarely offers
significant benefit, it is nonetheless the case that some older engines
will fare badly if the lump is short or missing.
E1M7, E2M4, MAP05, MAP06, MAP07, MAP10, MAP11, MAP14, MAP18, and MAP31
were affected.
Signed-off-by: RjY <rjy@users.sourceforge.net>
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>