mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
- 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:
parent
e40ed2262e
commit
bdfa13e341
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue