diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-16 13:22:09 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-16 13:23:21 -0400 |
| commit | 2f4c6f89b3235ed1ead7228b581031c04e6e20d5 (patch) | |
| tree | a271c4534e98142cb432f4b2773fb68e68e43b9c /src/d/d_com_inf_game.cpp | |
| parent | da0ed4b78cf8a04b5f685c611d96a0799a656662 (diff) | |
Bunch of inline fixes
Diffstat (limited to 'src/d/d_com_inf_game.cpp')
| -rw-r--r-- | src/d/d_com_inf_game.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/d/d_com_inf_game.cpp b/src/d/d_com_inf_game.cpp index 3c41c213..645346ac 100644 --- a/src/d/d_com_inf_game.cpp +++ b/src/d/d_com_inf_game.cpp @@ -104,12 +104,12 @@ void dComIfG_play_c::itemInit() { mMesgStatus = 0; mScopeMesgStatus = 0; field_0x492c = 0; - field_0x492d = 0; - mCurrButtonBAction = 0; - mCurrButtonAAction = 0; - field_0x4930 = 0; - field_0x4931 = 0; - field_0x4932 = 0; + mRStatus = 0; + mAStatus = 0; + mDoStatus = 0; + mRStatusForce = 0; + mAStatusForce = 0; + mDoStatusForce = 0; for (int i = 0; i < ARRAY_SIZE(mSelectItem); i++) { mSelectItem[i] = 0; @@ -152,7 +152,7 @@ void dComIfG_play_c::itemInit() { mPlacenameIndex = 0; mPlacenameState = 0; mGameoverStatus = 0; - field_0x495a = 0; + mMenuCollect = false; mPictureFlag = 0; mPictureResult = 0; mPictureResultDetail = 0; |
