diff --git a/wadsrc/static/zscript/level_compatibility.txt b/wadsrc/static/zscript/level_compatibility.txt index c2d1834e2e..6502ea69b9 100644 --- a/wadsrc/static/zscript/level_compatibility.txt +++ b/wadsrc/static/zscript/level_compatibility.txt @@ -666,6 +666,13 @@ class LevelCompatibility play break; } + case '9C14350A111C3DC6A8AF04D950E6DDDB': // ma_val.pk3 map01 + { + // Missing wall textures with hardware renderer + OffsetSectorPlane(7072, Sector.floor, -48); + OffsetSectorPlane(7073, Sector.floor, -32); + break; + } } }