diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-25 23:17:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-25 23:17:02 +0300 |
commit | f155e142ea06262ed09720e5b7d11d1b9693f645 (patch) | |
tree | 19d85c0e0e9c6c4f8dd64cfae580984a4bef80da /src/gui/viewport.cpp | |
parent | 0146f872a63571027512cfaa9bc0433eb7e86430 (diff) | |
download | plus-f155e142ea06262ed09720e5b7d11d1b9693f645.tar.gz plus-f155e142ea06262ed09720e5b7d11d1b9693f645.tar.bz2 plus-f155e142ea06262ed09720e5b7d11d1b9693f645.tar.xz plus-f155e142ea06262ed09720e5b7d11d1b9693f645.zip |
eathena: show in homunculus popup intimacy and hunger counters.
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r-- | src/gui/viewport.cpp | 1 |
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)) { |