From dc5766216ee50103909d3b5dcdc5747c149855e0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Sep 2014 11:14:13 +0300 Subject: Remove getter for npcHandler. --- src/gui/popups/popupmenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/popups/popupmenu.cpp') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index 1c4722419..aa5a983fc 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -916,7 +916,7 @@ void PopupMenu::handleLink(const std::string &link, else if (link == "buy" && being && mBeingId != 0) { if (being->getType() == ActorType::Npc) - Net::getNpcHandler()->buy(mBeingId); + npcHandler->buy(mBeingId); else if (being->getType() == ActorType::Player) buySellHandler->requestSellList(being->getName()); } @@ -927,7 +927,7 @@ void PopupMenu::handleLink(const std::string &link, else if (link == "sell" && being && mBeingId != 0) { if (being->getType() == ActorType::Npc) - Net::getNpcHandler()->sell(mBeingId); + npcHandler->sell(mBeingId); else if (being->getType() == ActorType::Player) buySellHandler->requestBuyList(being->getName()); } -- cgit v1.2.3-60-g2f50