From 914b54ffd5e2c917e9b5691ebcc3806587bd3211 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 17 Sep 2021 23:35:03 +0200 Subject: [PATCH] - fix compatibility handler for KDiZD's Z1M3. The sector needs both tags - the original 83 for the deep water effect, plus 82 for the fade, to render and act correctly. --- wadsrc/static/zscript/level_compatibility.zs | 1 - 1 file changed, 1 deletion(-) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index 9f29a6bae2c..563e6e4773d 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -1365,7 +1365,6 @@ class LevelCompatibility : LevelPostProcessor case '11EA5B8357DEB70A8F00900117831191': // kdizd_12.pk3 z1m3 { // Fix incorrectly tagged underwater sector which causes render glitches. - ClearSectorTags(7857); AddSectorTag(7857, 82); break; }