From f1bb53df8d5a0b0cf462fb92a5358bc126309876 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Wed, 8 Feb 2023 13:35:54 -0400 Subject: TObject: Rename `is_flag_0_clear_for_all_parents()` -> `all_parents_unqueued_for_destruction()` --- include/pso/TObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pso/TObject.h') diff --git a/include/pso/TObject.h b/include/pso/TObject.h index 2671c90..c851480 100644 --- a/include/pso/TObject.h +++ b/include/pso/TObject.h @@ -85,7 +85,7 @@ public: void empty_func2(); void log(const char *str); int get_node_count(); - bool is_flag_0_clear_for_all_parents(); + bool all_parents_unqueued_for_destruction(); static void *alloc(unsigned long size); static void free(void *ptr); bool toggle_flag_9_if_flag_10_is_clear(); -- cgit v1.2.3-13-gbd6f