Merge pull request #5011 from Citadel-Station-13/upstream-merge-34697

[MIRROR] Fixes holes in station showing up white on photos.
This commit is contained in:
LetterJay
2018-01-21 23:13:07 -06:00
committed by GitHub
+3
View File
@@ -813,6 +813,9 @@ The _flatIcons list is a cache for generated icon files.
curIndex++ //Try the next layer
continue
var/image/I = current
if(I.plane != FLOAT_PLANE && I.plane != A.plane)
curIndex++
continue
currentLayer = I.layer
if(currentLayer<0) // Special case for FLY_LAYER
if(currentLayer <= -1000)