mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user