From 1e234c98531f1a458e0f4ff04b9007de05973cf5 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 14 Sep 2012 03:02:51 +0000 Subject: [PATCH] - Disable the teleports on lines 1107 and 1108 of nukemine.wad E1M2 so that the map is completable. SVN r3871 (trunk) --- wadsrc/static/compatibility.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wadsrc/static/compatibility.txt b/wadsrc/static/compatibility.txt index 033f87a66..e6b3af2fb 100644 --- a/wadsrc/static/compatibility.txt +++ b/wadsrc/static/compatibility.txt @@ -278,3 +278,9 @@ F481922F4881F74760F3C0437FD5EDD0 // map03 // 1 are raised so that the voodoo doll will be carried. setlinespecial 3559 Sector_CopyScroller 17 6 0 0 0 } + +7C1913DEE396BA26CFF22A0E9369B7D2 // Nuke Mine, e1m2 +{ + clearlinespecial 1107 + clearlinespecial 1108 +}