diff options
| author | hev7 <143887945+hev7@users.noreply.github.com> | 2025-11-26 04:48:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 20:48:34 -0800 |
| commit | 43e2dadc1276bf8cbce507da6964eaf205332201 (patch) | |
| tree | 59e6fd4f69f06bd3d78f15e1bdcaf78f68f75200 /include | |
| parent | d7909a765268f428dd5ad0632d878850e6f300a6 (diff) | |
Link b_mgn, tbox equivalent (#2867)
* Link b_mgn
* tbox equivalent
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_tbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/actor/d_a_tbox.h b/include/d/actor/d_a_tbox.h index b28a5ad518..2341edd33c 100644 --- a/include/d/actor/d_a_tbox.h +++ b/include/d/actor/d_a_tbox.h @@ -124,9 +124,9 @@ public: /* 804959EC */ int Execute(Mtx**); /* 80495AF0 */ int Draw(); /* 80495C9C */ int Delete(); - /* 804961B0 */ int Create(); + /* 804961B0 */ int Create() { return true; } - /* 804961B8 */ virtual BOOL checkSmallTbox(); + /* 804961B8 */ virtual BOOL checkSmallTbox() { return TRUE; } u32 getEvent() { return fopAcM_GetParam(this) >> 24; } int getShapeType() { return (fopAcM_GetParam(this) >> 20) & 0xf; } |
