From 5151dff03c64d74bd6096d8eb411c9a9bfd90fcf Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 4 Jun 2020 14:30:56 +0200 Subject: [PATCH] - added a compatibility option for a bad teleporter in the final Strife map. --- wadsrc/static/zscript/level_compatibility.zs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index ee81f4d7a8..02c9ca1d6c 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -1010,6 +1010,12 @@ class LevelCompatibility : LevelPostProcessor break; } + case '775CBC35C0A58326FE87AAD638FF9E2A': // Strife1.wad map29 + case 'A75099ACB622C7013EE737480FCB0D67': // SVE.wad map29 + // disable teleporter that would always teleport into a blocking position. + ClearLineSpecial(271); + break; + case 'DB31D71B11E3E4393B9C0CCB44A8639F': // rop_2015.wad e1m5 { // Lower floor a bit so secret switch becomes accessible