diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-08 13:17:48 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-08 13:17:48 -0400 |
commit | bd6b72e3a134313d87979212d559003269cbf402 (patch) | |
tree | abf85338783cc880e3673e2e43c3651733bf3e60 /include/pso | |
parent | 21778cb0c7a64e0712bbfcadb5993965f70d4b49 (diff) |
TObject: Rename `set_flag_0()` -> `queue_destruction()`
Diffstat (limited to 'include/pso')
-rw-r--r-- | include/pso/TObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pso/TObject.h b/include/pso/TObject.h index 0ea2ec4..ce00a97 100644 --- a/include/pso/TObject.h +++ b/include/pso/TObject.h @@ -58,7 +58,7 @@ public: void clear_flag_4(); void set_flag_3(); void clear_flag_3(); - void set_flag_0(); + void queue_destruction(); void set_flag_9(); u32 get_flag_9(); void clear_flag_9(); |