some more grep checks (#18249)

* some more grep checks

* .

* dependency up

* fix dels

* clean up qdel macros
This commit is contained in:
Kashargul
2025-08-14 14:24:49 +02:00
committed by GitHub
parent 6a86b20fcb
commit 9685826f7f
67 changed files with 136 additions and 119 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
PRIVATE_PROC(TRUE)
SHOULD_NOT_OVERRIDE(TRUE)
for(var/img in dir_images)
qdel_null(dir_images[img])
QDEL_NULL(dir_images[img])
dir_images.Cut()