From 8f5923c324d90bc3b099a31d7e4f297647e03ec8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 7 Nov 2022 11:51:40 +0100 Subject: [PATCH] - handle a visual glitch in Duke's E2L1 via compatibility. There is already code to deal with this automatically, but this does not manage to fully eliminate the problem. --- wadsrc/static/zscript/level_compatibility.zs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index 70c2264fe..5e82979a0 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -7,6 +7,11 @@ class LevelCompatibility : LevelPostProcessor { case 'none': return; + + case '91003239cfe780bf4c1de08e0a2b7cc2': // Duke E2L1 + case 'b522da99f32a71ab31fc27aaba9b7f43': // Duke E2L1 World Tour + SplitSector(37, 269, 274); // sector bleeds into another area. + break; case 'c3bfb6a6e7cded2e5fe16cea86632d79': // CP07 SplitSector(33, 192, 196); // sector bleeds into another area.