From bdfa13e341d78ca0dfc0cda8f99f86717b36af4d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 10 May 2021 19:40:58 +0200 Subject: [PATCH] - clear the sky flag off two more sectors in WT's "Skyline" map. This is clearly a mapping error - these sectors aren't even supposed to have a sky - No idea why this did not glitch out in the other renderers Trying to fix this in the renderer is tricky because it involves some unknown render quirk. --- .../engine/compatibility/2bac4971499306ee6c86462e6a03dae8.mhk | 2 ++ .../engine/compatibility/67207fb90130ad561479301c0970c7ba.mhk | 2 ++ 2 files changed, 4 insertions(+) diff --git a/wadsrc/static/engine/compatibility/2bac4971499306ee6c86462e6a03dae8.mhk b/wadsrc/static/engine/compatibility/2bac4971499306ee6c86462e6a03dae8.mhk index 60e6334da..ba819ff93 100644 --- a/wadsrc/static/engine/compatibility/2bac4971499306ee6c86462e6a03dae8.mhk +++ b/wadsrc/static/engine/compatibility/2bac4971499306ee6c86462e6a03dae8.mhk @@ -1,2 +1,4 @@ // bad sky setting in WT's $volcano.map (original version) sector 118 clearflags ceiling 1 +sector 57 clearflags ceiling 1 +sector 281 clearflags ceiling 1 diff --git a/wadsrc/static/engine/compatibility/67207fb90130ad561479301c0970c7ba.mhk b/wadsrc/static/engine/compatibility/67207fb90130ad561479301c0970c7ba.mhk index 8242ad80c..388eced27 100644 --- a/wadsrc/static/engine/compatibility/67207fb90130ad561479301c0970c7ba.mhk +++ b/wadsrc/static/engine/compatibility/67207fb90130ad561479301c0970c7ba.mhk @@ -1,2 +1,4 @@ // bad sky setting in WT's $volcano.map (fixed version) sector 118 clearflags ceiling 1 +sector 57 clearflags ceiling 1 +sector 281 clearflags ceiling 1