summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index 68d39f08f..44cc015d9 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -1838,8 +1838,8 @@ void LocalPlayer::setHome()
if (mapItem != nullptr)
{
const int idx = socialWindow->getPortalIndex(mX, mY);
- mapItem->setName(keyboard.getKeyShortString(
- outfitWindow->keyName(idx)));
+ mapItem->setName(KeyboardConfig::getKeyShortString(
+ OutfitWindow::keyName(idx)));
}
saveHomes();
}
@@ -1879,8 +1879,8 @@ void LocalPlayer::setHome()
if (mapItem != nullptr)
{
const int idx = socialWindow->getPortalIndex(mX, mY);
- mapItem->setName(keyboard.getKeyShortString(
- outfitWindow->keyName(idx)));
+ mapItem->setName(KeyboardConfig::getKeyShortString(
+ OutfitWindow::keyName(idx)));
}
}
else
@@ -2134,8 +2134,7 @@ void LocalPlayer::updateCoords()
{
if (socialWindow != nullptr)
socialWindow->updatePortals();
- if (popupManager != nullptr)
- popupManager->hideBeingPopup();
+ PopupManager::hideBeingPopup();
updateMusic();
}