Ports tg's garbage collector subsystem and Destroy() returning qdel hints.
This commit is contained in:
PsiOmegaDelta
2017-04-02 17:41:21 +02:00
committed by Leshana
parent 35230b4e7c
commit ebe5cc916d
49 changed files with 479 additions and 366 deletions

View File

@@ -140,18 +140,14 @@
cell = null
internal_tank = null
qdel(pr_int_temp_processor)
qdel(pr_inertial_movement)
qdel(pr_give_air)
qdel(pr_internal_damage)
qdel(spark_system)
pr_int_temp_processor = null
pr_give_air = null
pr_internal_damage = null
spark_system = null
qdel_null(pr_int_temp_processor)
qdel_null(pr_inertial_movement)
qdel_null(pr_give_air)
qdel_null(pr_internal_damage)
qdel_null(spark_system)
mechas_list -= src //global mech list
..()
. = ..()
////////////////////////
////// Helpers /////////