summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-25 23:17:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-25 23:17:02 +0300
commitf155e142ea06262ed09720e5b7d11d1b9693f645 (patch)
tree19d85c0e0e9c6c4f8dd64cfae580984a4bef80da /src/gui/viewport.cpp
parent0146f872a63571027512cfaa9bc0433eb7e86430 (diff)
downloadmv-f155e142ea06262ed09720e5b7d11d1b9693f645.tar.gz
mv-f155e142ea06262ed09720e5b7d11d1b9693f645.tar.bz2
mv-f155e142ea06262ed09720e5b7d11d1b9693f645.tar.xz
mv-f155e142ea06262ed09720e5b7d11d1b9693f645.zip
eathena: show in homunculus popup intimacy and hunger counters.
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r--src/gui/viewport.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp
index 7d18b3c1d..642d060fc 100644
--- a/src/gui/viewport.cpp
+++ b/src/gui/viewport.cpp
@@ -777,6 +777,7 @@ void Viewport::mouseMoved(MouseEvent &event)
if (mHoverBeing
&& (type == ActorType::Player
|| type == ActorType::Npc
+ || type == ActorType::Homunculus
|| type == ActorType::LocalPet
|| type == ActorType::Pet))
{