diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-08 15:49:00 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-08 15:49:00 -0500 |
| commit | 417ef8cacb01d7d0163444cec768dfcc091eb2cb (patch) | |
| tree | e67ed86696844063ca006efcdb4703189675f13c /src/d/actor/d_a_dr.cpp | |
| parent | f74fd75332f1cd4af5e7223863815fec09a386ac (diff) | |
Fix mDoHIO inlines
Diffstat (limited to 'src/d/actor/d_a_dr.cpp')
| -rw-r--r-- | src/d/actor/d_a_dr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_dr.cpp b/src/d/actor/d_a_dr.cpp index 17c14bba..c3983afe 100644 --- a/src/d/actor/d_a_dr.cpp +++ b/src/d/actor/d_a_dr.cpp @@ -206,7 +206,7 @@ static BOOL daDr_IsDelete(dr_class* i_this) { static BOOL daDr_Delete(dr_class* i_this) { dComIfG_resDelete(&i_this->mPhs, "Dr"); if (l_HIO.mChildID >= 0) { - mDoHIO_root.mDoHIO_deleteChild(l_HIO.mChildID); + mDoHIO_deleteChild(l_HIO.mChildID); } return TRUE; } @@ -246,7 +246,7 @@ static s32 daDr_Create(fopAc_ac_c* i_actor) { daDr_setMtx(i_this); if (l_HIO.mChildID < 0) { - l_HIO.mChildID = mDoHIO_root.mDoHIO_createChild("ドラゴン", &l_HIO); // "Dragon" + l_HIO.mChildID = mDoHIO_createChild("ドラゴン", &l_HIO); // "Dragon" } } |
