Another del->qdel pass

This commit is contained in:
Fox-McCloud
2015-10-08 16:49:10 -04:00
parent 09c0f235e6
commit e17c6bde22
61 changed files with 190 additions and 749 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ Pipelines + Other Objects -> Pipe network
pipe_color = null
..()
/obj/machinery/atmospherics/initialize()
..()
@@ -54,7 +54,7 @@ Pipelines + Other Objects -> Pipe network
M.remove_ventcrawl()
M.forceMove(loc)
if(pipe_image)
del(pipe_image) //we have to del it, or it might keep a ref somewhere else
qdel(pipe_image) //we have to del it, or it might keep a ref somewhere else
return ..()
// Icons/overlays/underlays
@@ -213,7 +213,7 @@ Pipelines + Other Objects -> Pipe network
dir = D
initialize_directions = P
var/turf/T = loc
level = T.intact ? 2 : 1
level = T.intact ? 2 : 1
add_fingerprint(usr)
initialize()
var/list/nodes = pipeline_expansion()