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.cpp | |
| parent | df36d656650198b3cbf140e2982752a95b3f2c6d (diff) | |
Rename PauseMenuDataMgr addGrabbedItem to removeGrabbedItem
The previous name was completely wrong, whoops.
Diffstat (limited to 'src/Game/UI/uiPauseMenuDataMgr.cpp')
| -rw-r--r-- | src/Game/UI/uiPauseMenuDataMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game/UI/uiPauseMenuDataMgr.cpp b/src/Game/UI/uiPauseMenuDataMgr.cpp index 0efdc184..87855c27 100644 --- a/src/Game/UI/uiPauseMenuDataMgr.cpp +++ b/src/Game/UI/uiPauseMenuDataMgr.cpp @@ -1339,7 +1339,7 @@ void PauseMenuDataMgr::removeGrabbedItems() { } // NON_MATCHING: mostly branching (which leads to other differences), but visibly equivalent -bool PauseMenuDataMgr::addGrabbedItem(ksys::act::BaseProcLink* link) { +bool PauseMenuDataMgr::removeGrabbedItem(ksys::act::BaseProcLink* link) { if (!link || !link->hasProc()) return false; |
