summaryrefslogtreecommitdiff
path: root/include/pso/TObject.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-08 13:27:20 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-08 13:27:20 -0400
commit249ceb596685805749f9a08f535d2028605b43ce (patch)
tree1f153fef2a1bd1d0dac9a6b2664ff08f57bbe40e /include/pso/TObject.h
parent9f45cf21908d3a024481ccbd642b63e5c5b4897c (diff)
TObject: Rename `clear_flag_4()` -> `allow_rendering()`
Diffstat (limited to 'include/pso/TObject.h')
-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 b6930f8..96fa1f0 100644
--- a/include/pso/TObject.h
+++ b/include/pso/TObject.h
@@ -55,7 +55,7 @@ public:
TObject *down;
public:
void disallow_rendering();
- void clear_flag_4();
+ void allow_rendering();
void set_flag_3();
void clear_flag_3();
void queue_destruction();