Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
coelckers committed Sep 17, 2021
1 parent 2350780 commit 914b54f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wadsrc/static/zscript/level_compatibility.zs
Expand Up @@ -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;
}
Expand Down

0 comments on commit 914b54f

Please sign in to comment.