From 2e0f7a0979c14148d382fba18886a51dc6208e71 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 24 Nov 2019 06:42:03 -0500 Subject: [PATCH] - fixed a compatibility fix that used 'FlipLine' --- wadsrc/static/zscript/level_compatibility.zs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index 1dd67c4e9..20356935b 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -1514,8 +1514,7 @@ class LevelCompatibility : LevelPostProcessor case 'BA1288DF7A7AD637948825EA87E18728': // Valletta's Doom Nightmare (vltnight.wad) map02 { //This door's backside had a backwards linedef so it wouldn't work - FlipLine(306); - FlipLineSideRefs(306); + FlipLineCompletely(306); //Set the exit to point to Position 0, since that's the only one on the next map SetLineSpecial(564, Exit_Normal, 0); break;