From 8e97f21210ff36cd935e1e51040ec239c0c97597 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Mar 2015 00:37:23 +0300 Subject: Fix compilation without eathena support. --- src/gui/popups/beingpopup.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/popups/beingpopup.cpp') 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())) { -- cgit v1.2.3-60-g2f50