diff --git a/wadsrc/static/zscript/level_compatibility.txt b/wadsrc/static/zscript/level_compatibility.txt index a78d1fc13..e007e98dd 100644 --- a/wadsrc/static/zscript/level_compatibility.txt +++ b/wadsrc/static/zscript/level_compatibility.txt @@ -514,6 +514,8 @@ class LevelCompatibility play ClearSectorTags(34); ClearSectorTags(83); ClearSectorTags(85); + // Visually align floors between crushers + SetLineSpecial(3, Transfer_Heights, 14, 6); break; }