diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-20 19:31:55 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-20 19:31:55 -0400 |
| commit | 9f647b6b142cc773cefe92c06ea6506833f9483f (patch) | |
| tree | e06accf7abe600722b353fcfe3c2c6315ff52c14 /src/d/actor/d_a_dr.cpp | |
| parent | 00d047c4978fa9ae8eab4d257942d58c880cb178 (diff) | |
minor bk, damagereaction, mozo work
Diffstat (limited to 'src/d/actor/d_a_dr.cpp')
| -rw-r--r-- | src/d/actor/d_a_dr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_dr.cpp b/src/d/actor/d_a_dr.cpp index ec12c335..17c14bba 100644 --- a/src/d/actor/d_a_dr.cpp +++ b/src/d/actor/d_a_dr.cpp @@ -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); + l_HIO.mChildID = mDoHIO_root.mDoHIO_createChild("ドラゴン", &l_HIO); // "Dragon" } } |
