diff options
| author | Léo Lam <leo@leolam.fr> | 2022-02-27 22:37:23 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-02-27 22:50:55 +0100 |
| commit | a1fd80bd1ced02639a8336c3ed2c19706b478e05 (patch) | |
| tree | ed155538ef44476688edb928256b6b69295b68f5 /src/Game/UI/uiPauseMenuDataMgr.h | |
| parent | df36d656650198b3cbf140e2982752a95b3f2c6d (diff) | |
Rename PauseMenuDataMgr addGrabbedItem to removeGrabbedItem
The previous name was completely wrong, whoops.
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 32d065f3..a1b2144e 100644 --- a/src/Game/UI/uiPauseMenuDataMgr.h +++ b/src/Game/UI/uiPauseMenuDataMgr.h @@ -287,7 +287,7 @@ public: PouchItem* getMasterSword() const; void removeGrabbedItems(); - bool addGrabbedItem(ksys::act::BaseProcLink* link); + bool removeGrabbedItem(ksys::act::BaseProcLink* link); bool getEquippedArrowType(sead::BufferedSafeString* name, int* count) const; int getArrowCount(const sead::SafeString& name) const; |
