diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-18 00:00:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-18 00:00:46 +0300 |
commit | 129f749d057e3b96161630934da7b2d89dec3c71 (patch) | |
tree | 1a11c98aaf08a46d544e9b3acf3910a560546c8b /src/gui/popups/beingpopup.cpp | |
parent | 39ab9ebf7464f77f079a8edecd3f43870245b8ee (diff) | |
download | mv-129f749d057e3b96161630934da7b2d89dec3c71.tar.gz mv-129f749d057e3b96161630934da7b2d89dec3c71.tar.bz2 mv-129f749d057e3b96161630934da7b2d89dec3c71.tar.xz mv-129f749d057e3b96161630934da7b2d89dec3c71.zip |
Add eathena defines into being.
Diffstat (limited to 'src/gui/popups/beingpopup.cpp')
-rw-r--r-- | src/gui/popups/beingpopup.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/popups/beingpopup.cpp b/src/gui/popups/beingpopup.cpp index f0a8868f4..0592189aa 100644 --- a/src/gui/popups/beingpopup.cpp +++ b/src/gui/popups/beingpopup.cpp @@ -251,6 +251,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) label3 = nullptr; } +#ifdef EATHENA_SUPPORT if (!b->getBuyBoard().empty()) { // TRANSLATORS: being popup label @@ -259,6 +260,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) label4->adjustSize(); } else +#endif { label7 = label6; label6 = label5; @@ -266,6 +268,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) label4 = nullptr; } +#ifdef EATHENA_SUPPORT if (!b->getSellBoard().empty()) { // TRANSLATORS: being popup label @@ -274,6 +277,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) label5->adjustSize(); } else +#endif { label7 = label6; label6 = label5; |