diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-31 15:49:44 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-31 15:49:44 -0500 |
| commit | a52bb789da04827e7a2723dbb2659d9056582630 (patch) | |
| tree | de3882cded3d3e33b18ce820f3b72b73e42d1263 /src/d/d_s_play.cpp | |
| parent | 2ece7c9ce15f499f73e4218b4bd3ce1d5cffb531 (diff) | |
Rename HostIO mChildID to mNo
TP debug has an assert in d_a_obj showing the name of this variable is `M_no` there.
Diffstat (limited to 'src/d/d_s_play.cpp')
| -rw-r--r-- | src/d/d_s_play.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/d/d_s_play.cpp b/src/d/d_s_play.cpp index ba78ae55..9844f58e 100644 --- a/src/d/d_s_play.cpp +++ b/src/d/d_s_play.cpp @@ -1111,9 +1111,9 @@ static BOOL dScnPly_Delete(dScnPly_ply_c* i_this) { g_msgDHIO.field_0x06 = 0; g_msgDHIO.field_0x10 = -1; - mDoHIO_deleteChild(g_darkHIO.mChildID); - mDoHIO_deleteChild(g_envHIO.mChildID); - mDoHIO_deleteChild(g_msgDHIO.mChildID); + mDoHIO_deleteChild(g_darkHIO.mNo); + mDoHIO_deleteChild(g_envHIO.mNo); + mDoHIO_deleteChild(g_msgDHIO.mNo); dComIfGp_setWindowNum(0); @@ -1339,9 +1339,9 @@ s32 phase_4(dScnPly_ply_c* i_this) { dStage_Create(); mDoGph_gInf_c::setTickRate((OS_BUS_CLOCK / 4) / 30); - g_darkHIO.mChildID = mDoHIO_createChild("暗闇スポット", &g_darkHIO); // "Darkness Spot" - g_envHIO.mChildID = mDoHIO_createChild("描画設定", &g_envHIO); // "Draw Settings" - g_msgDHIO.mChildID = mDoHIO_createChild("Message Data", &g_msgDHIO); + g_darkHIO.mNo = mDoHIO_createChild("暗闇スポット", &g_darkHIO); // "Darkness Spot" + g_envHIO.mNo = mDoHIO_createChild("描画設定", &g_envHIO); // "Draw Settings" + g_msgDHIO.mNo = mDoHIO_createChild("Message Data", &g_msgDHIO); new(&dComIfGp_getAttention()) dAttention_c(dComIfGp_getPlayer(0), NULL); dComIfGp_getVibration().Init(); |
