diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-25 18:49:19 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-25 18:49:19 -0400 |
| commit | 8ef6dd4285120d1b29865f4876a8651f4c4cd6a4 (patch) | |
| tree | ea94f99eba74c969b1da49e86f938b318f047d32 /src/d/d_s_play.cpp | |
| parent | c7cd6b25b29e00245b07dae0b0e5674908b82a7f (diff) | |
Fix some names
Diffstat (limited to 'src/d/d_s_play.cpp')
| -rw-r--r-- | src/d/d_s_play.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_s_play.cpp b/src/d/d_s_play.cpp index 4c0ff8b6..44721754 100644 --- a/src/d/d_s_play.cpp +++ b/src/d/d_s_play.cpp @@ -1326,8 +1326,8 @@ s32 phase_4(dScnPly_ply_c* i_this) { dStage_Create(); mDoGph_gInf_c::setTickRate((OS_BUS_CLOCK / 4) / 30); - g_darkHIO.mChildID = mDoHIO_root.mDoHIO_createChild("暗闇スポット", &g_darkHIO); - g_envHIO.mChildID = mDoHIO_root.mDoHIO_createChild("描画設定", &g_envHIO); + g_darkHIO.mChildID = mDoHIO_root.mDoHIO_createChild("暗闇スポット", &g_darkHIO); // "Darkness Spot" + g_envHIO.mChildID = mDoHIO_root.mDoHIO_createChild("描画設定", &g_envHIO); // "Draw Settings" g_msgDHIO.mChildID = mDoHIO_root.mDoHIO_createChild("Message Data", &g_msgDHIO); new(&dComIfGp_getAttention()) dAttention_c(dComIfGp_getPlayer(0), NULL); |
