Renames QDEL_LIST to QDEL_LIST_CONTENTS (#20006)

* Renames QDEL_LIST to QDEL_LIST_CONTENTS

* derp
This commit is contained in:
AffectedArc07
2022-12-29 14:28:40 +00:00
committed by GitHub
parent 6486a7e109
commit e91b6c94f7
72 changed files with 111 additions and 111 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
..()
/datum/surgery_step/proxy/Destroy(force, ...)
QDEL_LIST(branches_init)
QDEL_LIST_CONTENTS(branches_init)
return ..()
/datum/surgery_step/proxy/get_step_information(datum/surgery/surgery)
@@ -91,9 +91,9 @@
owner.bodyparts_by_name[limb_name] = null
owner.splinted_limbs -= src
QDEL_LIST(children)
QDEL_LIST_CONTENTS(children)
QDEL_LIST(embedded_objects)
QDEL_LIST_CONTENTS(embedded_objects)
QDEL_NULL(hidden)