summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/popups/beingpopup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/beingpopup.cpp b/src/gui/popups/beingpopup.cpp
index c743a99a5..c124d3c62 100644
--- a/src/gui/popups/beingpopup.cpp
+++ b/src/gui/popups/beingpopup.cpp
@@ -146,6 +146,7 @@ void BeingPopup::show(const int x, const int y, Being *const b)
label5->setCaption("");
label6->setCaption("");
+#ifdef EATHENA_SUPPORT
if (b->getType() == ActorType::Pet)
{
PetInfo *const info = PlayerInfo::getPet();
@@ -166,6 +167,7 @@ void BeingPopup::show(const int x, const int y, Being *const b)
}
}
else
+#endif
{
if (!(b->getPartyName().empty()))
{