Fixes failure state indication message (#79988)

This is actually determining if the item was deleted before it had a
chance to Initialize.
This commit is contained in:
oranges
2023-11-28 19:09:25 -05:00
committed by GitHub
parent a6c3fd358f
commit d96dfd098b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ SUBSYSTEM_DEF(atoms)
if(fails & BAD_INIT_NO_HINT)
. += "- Didn't return an Initialize hint\n"
if(fails & BAD_INIT_QDEL_BEFORE)
. += "- Qdel'd in New()\n"
. += "- Qdel'd before Initialize proc ran\n"
if(fails & BAD_INIT_SLEPT)
. += "- Slept during Initialize()\n"