diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-31 21:00:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-31 21:00:57 -0400 |
| commit | 85c97022df04e351477f759fef3a9bd49710b5c8 (patch) | |
| tree | 817d33a94bf0cae1eecae3862e69b1854030f9fd /src/d/d_com_inf_game.cpp | |
| parent | 1f9191e5685550fdd943f5c925f2b4dae98f2f7b (diff) | |
Implement inlines for d_menu_window
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 825471e8..127b17dd 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -127,12 +127,12 @@ void dComIfG_play_c::itemInit() { mButtonMode = 0; if (dComIfGs_checkGetItem(dItem_TELESCOPE_e)) { - field_0x4943 = 0; + mButtonInfo[0] = 0; } else { - field_0x4943 = 0x15; + mButtonInfo[0] = 0x15; } - field_0x4944 = 7; + mButtonInfo[1] = 7; mScopeType = 0; mOperateWind = 0; mMetronome = false; |
