qdel/Destroy entries.

This commit is contained in:
PsiOmegaDelta
2015-07-02 13:38:24 +02:00
parent 1c7b860783
commit 617db485ee
13 changed files with 77 additions and 70 deletions

View File

@@ -50,7 +50,7 @@ var/list/delayed_garbage = list()
testing("GC: [refID] not old enough, breaking at [world.time] for [GCd_at_time - time_to_kill] deciseconds until [GCd_at_time + collection_timeout]")
#endif
break // Everything else is newer, skip them
var/atom/A = locate(refID)
var/datum/A = locate(refID)
#ifdef GC_DEBUG
testing("GC: [refID] old enough to test: GCd_at_time: [GCd_at_time] time_to_kill: [time_to_kill] current: [world.time]")
#endif