More GC Define Transitions

This commit is contained in:
Fox-McCloud
2017-05-13 04:24:05 -04:00
parent 862a353d46
commit 31c9519f3e
41 changed files with 61 additions and 136 deletions
+2 -5
View File
@@ -123,8 +123,7 @@
if(istype(cl))
cl.images -= I
cl = null
qdel(I)
I = null
QDEL_NULL(I)
return ..()
/datum/click_intercept
@@ -139,9 +138,7 @@
holder.screen += buttons
/datum/click_intercept/Destroy()
for(var/button in buttons)
qdel(button)
buttons.Cut()
QDEL_LIST(buttons)
return ..()