summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-08 13:17:48 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-08 13:17:48 -0400
commitbd6b72e3a134313d87979212d559003269cbf402 (patch)
treeabf85338783cc880e3673e2e43c3651733bf3e60 /include
parent21778cb0c7a64e0712bbfcadb5993965f70d4b49 (diff)
TObject: Rename `set_flag_0()` -> `queue_destruction()`
Diffstat (limited to 'include')
-rw-r--r--include/pso/TObject.h2
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();