- 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.
This commit is contained in:
Christoph Oelckers 2021-05-10 19:40:58 +02:00
parent e40ed2262e
commit bdfa13e341
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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