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; }