From c2373fed99998790dc63ee1f706183e89d0f7929 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 17 Oct 2022 15:48:45 -0400 Subject: [PATCH] - heretic: e2m7 - missing texture --- wadsrc/static/zscript/level_compatibility.zs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index 879b8a5fc..074135805 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -964,6 +964,14 @@ class LevelCompatibility : LevelPostProcessor break; } + case 'FAA0550BE9923B3A3332B4F7DB897A4A': // heretic.wad e2m7 + { + // missing texture + TextureID looserck = TexMan.CheckForTexture("LOOSERCK", TexMan.Type_Wall); + SetWallTextureID( 477, Line.back, Side.top, looserck); + break; + } + case 'CA3773ED313E8899311F3DD0CA195A68': // heretic.wad e3m6 { // Quartz flask outside of map