From f816eb68ae3260e085c87534f221250e697150c4 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 19 Dec 2022 15:55:52 -0500 Subject: [PATCH] - fix linedef index for heretic e2m7 fix --- wadsrc/static/zscript/level_compatibility.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index 074135805e..e88343ec2b 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -968,7 +968,7 @@ class LevelCompatibility : LevelPostProcessor { // missing texture TextureID looserck = TexMan.CheckForTexture("LOOSERCK", TexMan.Type_Wall); - SetWallTextureID( 477, Line.back, Side.top, looserck); + SetWallTextureID( 629, Line.back, Side.top, looserck); break; }