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_mozo.cpp | |
| parent | f74fd75332f1cd4af5e7223863815fec09a386ac (diff) | |
Fix mDoHIO inlines
Diffstat (limited to 'src/d/actor/d_a_mozo.cpp')
| -rw-r--r-- | src/d/actor/d_a_mozo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_mozo.cpp b/src/d/actor/d_a_mozo.cpp index 5c7ec69c..5df10c4f 100644 --- a/src/d/actor/d_a_mozo.cpp +++ b/src/d/actor/d_a_mozo.cpp @@ -199,7 +199,7 @@ s32 daMozo_c::CreateInit() { wait_proc_init(); if (l_HIO.mChildID < 0) { - l_HIO.mChildID = mDoHIO_root.mDoHIO_createChild("モ石像", &l_HIO); // "Mo Statue" (mo sekizou) + l_HIO.mChildID = mDoHIO_createChild("モ石像", &l_HIO); // "Mo Statue" (mo sekizou) } return cPhs_COMPLEATE_e; |
