- Visually align Doom 2 MAP04 crusher floors

Use Transfer_Heights to fake floors on the crusher sectors
This commit is contained in:
Erick Tenorio 2018-10-16 02:37:39 -05:00 committed by drfrag666
parent 100ad0ac6d
commit c2784e4b6b

View file

@ -516,6 +516,8 @@ class LevelCompatibility play
ClearSectorTags(34);
ClearSectorTags(83);
ClearSectorTags(85);
// Visually align floors between crushers
SetLineSpecial(3, Transfer_Heights, 14, 6);
break;
}