summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-24 19:20:15 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-24 19:20:15 +0300
commitca69cb53048d23bacb7f57988086469b1044b365 (patch)
treef962fbed8c3ebf36545045e080828d32b4af5ca7 /src/gui/viewport.cpp
parent82df40f813bf90fd93bbff3aaf8cdb8a92473d27 (diff)
downloadplus-ca69cb53048d23bacb7f57988086469b1044b365.tar.gz
plus-ca69cb53048d23bacb7f57988086469b1044b365.tar.bz2
plus-ca69cb53048d23bacb7f57988086469b1044b365.tar.xz
plus-ca69cb53048d23bacb7f57988086469b1044b365.zip
eathena: show in pet popup intimacy and hunger counters.
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r--src/gui/viewport.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp
index fa29590f4..7d18b3c1d 100644
--- a/src/gui/viewport.cpp
+++ b/src/gui/viewport.cpp
@@ -777,7 +777,8 @@ void Viewport::mouseMoved(MouseEvent &event)
if (mHoverBeing
&& (type == ActorType::Player
|| type == ActorType::Npc
- || type == ActorType::LocalPet))
+ || type == ActorType::LocalPet
+ || type == ActorType::Pet))
{
popupManager->hideTextPopup();
if (mShowBeingPopup && beingPopup)