From 69222c3c36a0c80d3a253cff77f46834e3e681b1 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Wed, 11 Apr 2018 11:54:27 +0300 Subject: [PATCH] Fixed missing texture with hardware renderer on Jenesis MAP16 https://forum.drdteam.org/viewtopic.php?t=7337 --- wadsrc/static/zscript/level_compatibility.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wadsrc/static/zscript/level_compatibility.txt b/wadsrc/static/zscript/level_compatibility.txt index cb32088da5..9a13876207 100644 --- a/wadsrc/static/zscript/level_compatibility.txt +++ b/wadsrc/static/zscript/level_compatibility.txt @@ -413,6 +413,13 @@ class LevelCompatibility play OffsetSectorPlane(527, Sector.floor, -32); break; } + + case 'CC3911090452D7C39EC8B3D97CEFDD6F': // jenesis.wad map16 + { + // Missing texture with hardware renderer because of wrongly lowered sector + ClearSectorTags(483); + break; + } } }