Adds qdel defines (#33991)

* Adds qdel defines

* Adds qdel defines

* halfway through fixes

* rest of em

* fixes

* adds more

* list in action

---------

Co-authored-by: SECBATON GRIFFON <sage>
This commit is contained in:
SECBATON GRIFFON
2023-02-10 21:01:18 +00:00
committed by GitHub
parent b76ed04e3d
commit d8c8a9bb90
323 changed files with 679 additions and 1293 deletions

View File

@@ -127,8 +127,7 @@ var/creating_arena = FALSE
/mob/dead/observer/Destroy()
..()
qdel(station_holomap)
station_holomap = null
QDEL_NULL(station_holomap)
ghostMulti = null
observers.Remove(src)