diff options
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; } |
