- fix compatibility handler for KDiZD's Z1M3.

The sector needs both tags - the original 83 for the deep water effect, plus 82 for the fade, to render and act correctly.
This commit is contained in:
Christoph Oelckers 2021-09-17 23:35:03 +02:00
parent 2350780db0
commit 914b54ffd5

View file

@ -1365,7 +1365,6 @@ class LevelCompatibility : LevelPostProcessor
case '11EA5B8357DEB70A8F00900117831191': // kdizd_12.pk3 z1m3
{
// Fix incorrectly tagged underwater sector which causes render glitches.
ClearSectorTags(7857);
AddSectorTag(7857, 82);
break;
}