a few qdel_null's

This commit is contained in:
Sam
2017-05-26 17:49:42 +01:00
parent 7ecaabe492
commit 261dcefca7
3 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -279,8 +279,7 @@ RCD
return 0
activate()
var/turf/T1 = get_turf(A)
qdel(A)
A = null
QDEL_NULL(A)
for(var/obj/structure/window/W in T1.contents)
W.disassembled = 1
W.density = 0
@@ -14,8 +14,7 @@
src.smoke.attach(src)
Destroy()
qdel(smoke)
smoke = null
QDEL_NULL(smoke)
return ..()
prime()