correct behavior & use of QDEL_NULL_LIST+ odd shim

This commit is contained in:
spookerton
2022-10-31 09:00:14 +00:00
parent cd25cb4b3a
commit b0a6851e0f
7 changed files with 12 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
var/list/beam_components = list()
/datum/beam_components_cache/Destroy()
QDEL_LIST_NULL(beam_components)
QDEL_NULL_LIST(beam_components)
return ..()
/proc/generate_tracer_between_points(datum/point/starting, datum/point/ending, datum/beam_components_cache/beam_components, beam_type, color, qdel_in = 5, light_range = 2, light_color_override, light_intensity = 1, instance_key) //Do not pass z-crossing points as that will not be properly (and likely will never be properly until it's absolutely needed) supported!