Removes a useless but very hilarious define and really I just want to show the rest of you that this used to be here (#61866)

Removes SDQL_qdel_datum and please just click files changed okay
This commit is contained in:
Mothblocks
2021-10-04 15:03:33 +01:00
committed by GitHub
parent 63635d7c6e
commit 5a60e6bc67
+1 -3
View File
@@ -1,5 +1,3 @@
#define SDQL_qdel_datum(d) qdel(d)
//SDQL2 datumized, /tg/station special!
/*
@@ -694,7 +692,7 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/sdql2_vv_all, new(null
if("delete")
for(var/datum/d in found)
SDQL_qdel_datum(d)
qdel(d)
obj_count_finished++
SDQL2_TICK_CHECK
SDQL2_HALT_CHECK