mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-02 22:01:41 +00:00
- heretic: e2m7 - missing texture
This commit is contained in:
parent
57add9a45c
commit
c2373fed99
1 changed files with 8 additions and 0 deletions
|
@ -964,6 +964,14 @@ class LevelCompatibility : LevelPostProcessor
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case 'FAA0550BE9923B3A3332B4F7DB897A4A': // heretic.wad e2m7
|
||||||
|
{
|
||||||
|
// missing texture
|
||||||
|
TextureID looserck = TexMan.CheckForTexture("LOOSERCK", TexMan.Type_Wall);
|
||||||
|
SetWallTextureID( 477, Line.back, Side.top, looserck);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
case 'CA3773ED313E8899311F3DD0CA195A68': // heretic.wad e3m6
|
case 'CA3773ED313E8899311F3DD0CA195A68': // heretic.wad e3m6
|
||||||
{
|
{
|
||||||
// Quartz flask outside of map
|
// Quartz flask outside of map
|
||||||
|
|
Loading…
Reference in a new issue