Rename HostIO mChildID to mNo

TP debug has an assert in d_a_obj showing the name of this variable is `M_no` there.
This commit is contained in:
LagoLunatic
2025-01-31 15:49:44 -05:00
parent 2ece7c9ce1
commit a52bb789da
32 changed files with 82 additions and 86 deletions
+2 -2
View File
@@ -3278,7 +3278,7 @@ static BOOL daBk_Delete(bk_class* i_this) {
}
if (i_this->m121D) {
hio_set = 0;
mDoHIO_deleteChild(l_bkHIO.mChildID);
mDoHIO_deleteChild(l_bkHIO.mNo);
}
i_this->m0350.end();
i_this->dr.mParticleCallBack.end();
@@ -3554,7 +3554,7 @@ static s32 daBk_Create(fopAc_ac_c* i_actor) {
}
if (!hio_set) {
l_bkHIO.mChildID = mDoHIO_createChild("ボコちゃん", &l_bkHIO); // "Boko-chan"
l_bkHIO.mNo = mDoHIO_createChild("ボコちゃん", &l_bkHIO); // "Boko-chan"
i_this->m121D = 1;
hio_set = 1;
}