Fixed missing texture with hardware renderer on Jenesis MAP16

https://forum.drdteam.org/viewtopic.php?t=7337
This commit is contained in:
alexey.lysiuk 2018-04-11 11:54:27 +03:00
parent 05dcd30838
commit 69222c3c36
1 changed files with 7 additions and 0 deletions

View File

@ -413,6 +413,13 @@ class LevelCompatibility play
OffsetSectorPlane(527, Sector.floor, -32);
break;
}
case 'CC3911090452D7C39EC8B3D97CEFDD6F': // jenesis.wad map16
{
// Missing texture with hardware renderer because of wrongly lowered sector
ClearSectorTags(483);
break;
}
}
}