Kills off Object and Fast Object Processes

This commit is contained in:
Fox McCloud
2019-04-23 23:53:40 -04:00
parent 1544756ce6
commit 0034e851a1
126 changed files with 350 additions and 396 deletions

View File

@@ -50,7 +50,7 @@
if(!physical)
physical = src
..()
processing_objects += src
START_PROCESSING(SSobj, src)
all_components = list()
idle_threads = list()
@@ -64,7 +64,7 @@
all_components.Remove(CH.device_type)
qdel(CH)
physical = null
processing_objects -= src
STOP_PROCESSING(SSobj, src)
return ..()