summaryrefslogtreecommitdiff
path: root/src/Game/UI/uiPauseMenuDataMgr.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-02-27 22:37:23 +0100
committerLéo Lam <leo@leolam.fr>2022-02-27 22:50:55 +0100
commita1fd80bd1ced02639a8336c3ed2c19706b478e05 (patch)
treeed155538ef44476688edb928256b6b69295b68f5 /src/Game/UI/uiPauseMenuDataMgr.h
parentdf36d656650198b3cbf140e2982752a95b3f2c6d (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.h2
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;