Skip to content

Commit

Permalink
- fix linedef index for heretic e2m7 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Dec 19, 2022
1 parent 7b864fd commit f816eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/level_compatibility.zs
Expand Up @@ -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;
}

Expand Down

0 comments on commit f816eb6

Please sign in to comment.