diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-10 19:30:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-10 19:30:51 -0400 |
| commit | 309158e274a0613594ffabddec48765cbd4f9c83 (patch) | |
| tree | fb0842e690420611ee8079f09d4eaeb75a9fb57d /src/d/d_com_inf_game.cpp | |
| parent | 0bb7ff4051ee84083f16d534b0670bcc0e507551 (diff) | |
J3DModel inlines cleanup, procBottleSwing_init match, etc
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 65a677f9..89bc30bd 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -165,7 +165,7 @@ void dComIfG_play_c::itemInit() { strcpy(mInputPassword, "\0"); - field_0x4977 = 0; + mMesgBgm = 0; field_0x4978 = 0; m2dShow = 0; field_0x497a = 0; |
