- fix linedef index for heretic e2m7 fix

This commit is contained in:
Rachael Alexanderson 2022-12-19 15:55:52 -05:00
parent 7b864fd665
commit f816eb68ae

View file

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