From ddc67fb1bcbc0e429a0cb3c7ba6ae15d74c4bfca Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 25 Mar 2019 23:51:43 -0400 Subject: [PATCH] - fix missing texture in Strife MAP15 --- 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 0c83e8e64..4ed450d9a 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -892,6 +892,12 @@ class LevelCompatibility native play break; } + case '8D7A24B169717907DDA8399D8C1655DF': // strife1.wad map15 + { + SetWallTexture(319, Line.back, Side.top, "WALTEK21"); + break; + } + case 'DB31D71B11E3E4393B9C0CCB44A8639F': // rop_2015.wad e1m5 { // Lower floor a bit so secret switch becomes accessible