mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- fix linedef index for heretic e2m7 fix
This commit is contained in:
parent
7b864fd665
commit
f816eb68ae
1 changed files with 1 additions and 1 deletions
|
@ -968,7 +968,7 @@ class LevelCompatibility : LevelPostProcessor
|
||||||
{
|
{
|
||||||
// missing texture
|
// missing texture
|
||||||
TextureID looserck = TexMan.CheckForTexture("LOOSERCK", TexMan.Type_Wall);
|
TextureID looserck = TexMan.CheckForTexture("LOOSERCK", TexMan.Type_Wall);
|
||||||
SetWallTextureID( 477, Line.back, Side.top, looserck);
|
SetWallTextureID( 629, Line.back, Side.top, looserck);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue