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
+1 -1
View File
@@ -242,7 +242,7 @@ void dMenu_Option_c::_create() {
mE3A = 0xFF;
mE3B = 0xC0;
g_moHIO.mChildID = mDoHIO_createChild("オプション画面", &g_moHIO); // "Option Screen"
g_moHIO.mNo = mDoHIO_createChild("オプション画面", &g_moHIO); // "Option Screen"
}
/* 801D53F0-801D546C .text _delete__14dMenu_Option_cFv */