diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-07 16:16:17 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-07 16:16:17 -0400 |
| commit | a42fd39a9f85b86d593158bf7ba0a6b78a48ddd0 (patch) | |
| tree | fe033eb935b899aede93a1f72bf6cdf537a29825 /src/d/actor/d_a_bgn.cpp | |
| parent | ba203cc5fb87abea3399406f3848355fa7ecaf96 (diff) | |
d_a_att OK, d_a_bgn header work
fixes #89
Diffstat (limited to 'src/d/actor/d_a_bgn.cpp')
| -rw-r--r-- | src/d/actor/d_a_bgn.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bgn.cpp b/src/d/actor/d_a_bgn.cpp index 1f436566..a5fe94ba 100644 --- a/src/d/actor/d_a_bgn.cpp +++ b/src/d/actor/d_a_bgn.cpp @@ -7,6 +7,7 @@ #include "d/actor/d_a_bgn2.h" #include "d/actor/d_a_bgn3.h" #include "d/d_procname.h" +#include "f_op/f_op_actor_mng.h" /* 000000EC-000003F0 .text __ct__11daBgn_HIO_cFv */ daBgn_HIO_c::daBgn_HIO_c() { @@ -269,8 +270,9 @@ static BOOL useHeapInit(fopAc_ac_c*) { } /* 0000B9DC-0000CA80 .text daBgn_Create__FP10fopAc_ac_c */ -static s32 daBgn_Create(fopAc_ac_c*) { +static s32 daBgn_Create(fopAc_ac_c* i_this) { /* Nonmatching */ + fopAcM_SetupActor(i_this, bgn_class); } static actor_method_class l_daBgn_Method = { |
