Revert "Move some stuff from different layers to different planes"

This commit is contained in:
KorPhaeron
2016-04-29 16:07:23 -05:00
parent 7c1c35e6d8
commit 0bbcc00c4d
41 changed files with 108 additions and 93 deletions
+1 -1
View File
@@ -201,7 +201,7 @@
var/atom/c = atoms[i]
for(j = sorted.len, j > 0, --j)
var/atom/c2 = sorted[j]
if(c2.layer <= c.layer)//needs updating to account for plane
if(c2.layer <= c.layer)
break
sorted.Insert(j+1, c)