Fixes holes in station showing up white on photos. (#34697)

This commit is contained in:
AnturK
2018-01-22 04:17:36 +01:00
committed by CitadelStationBot
parent 193c4d6971
commit 22f64c3b1f
+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)