diff options
| author | Léo Lam <leo@leolam.fr> | 2021-01-18 12:17:03 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-01-19 19:01:26 +0100 |
| commit | fe3a437a26c15103faeb2202eb027add07e5c0b4 (patch) | |
| tree | 97d99152bbe741bde8d554a5bd3239e48920a90c /src/Game/UI/uiPauseMenuDataMgr.h | |
| parent | d366fd05fe73a52166ee53de5db91ee2866d4ec1 (diff) | |
uking/ui: Rename mItem_44488 to mLastAddedItem
That's what it is
Diffstat (limited to 'src/Game/UI/uiPauseMenuDataMgr.h')
| -rw-r--r-- | src/Game/UI/uiPauseMenuDataMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game/UI/uiPauseMenuDataMgr.h b/src/Game/UI/uiPauseMenuDataMgr.h index 82108bb1..666c7a70 100644 --- a/src/Game/UI/uiPauseMenuDataMgr.h +++ b/src/Game/UI/uiPauseMenuDataMgr.h @@ -306,7 +306,7 @@ private: sead::SafeArray<PouchItem**, NumPouchCategories> mListHeads; sead::SafeArray<PouchItem*, NumPouch50> mArray1; sead::SafeArray<PouchItemType, NumPouch50> mArray2; - PouchItem* mItem_44488{}; + PouchItem* mLastAddedItem{}; s32 _44490 = -1; s32 _44494 = -1; s32 _44498{}; |
