mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 21:11:52 +00:00
- 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:
parent
2350780db0
commit
914b54ffd5
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue