From 1cb8d80b25d2c819e9b8f3c59a2be313d4c0adfd Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 6 May 2017 17:24:35 -0400 Subject: [PATCH] - Added Gez's heretic wall texture compatibility fixes for E4M7. https://forum.zdoom.org/viewtopic.php?p=995663#p995663 --- wadsrc/static/compatibility.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wadsrc/static/compatibility.txt b/wadsrc/static/compatibility.txt index 9275eec682..e11ba449b5 100644 --- a/wadsrc/static/compatibility.txt +++ b/wadsrc/static/compatibility.txt @@ -619,3 +619,10 @@ CA3773ED313E8899311F3DD0CA195A68 // e3m6 setwalltexture 343 front top MOSSRCK1 setwalltexture 370 front top MOSSRCK1 } +5E3FCFDE78310BB89F92B1626A47D0AD // heretic.wad E4M7 +{ + // Missing textures + setwalltexture 1274 front top CSTLRCK + setwalltexture 1277 back top CSTLRCK + setwalltexture 1278 front top CSTLRCK +}