From d5bcda79fbf3d5d4d2963a84a9026fb67da12845 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 2 Nov 2015 15:34:56 +0300 Subject: Fix compilation with different flags. --- src/being/being.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/being/being.cpp b/src/being/being.cpp index b21384a38..686b73f54 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -4078,6 +4078,12 @@ bool Being::isSellShopEnabled() const #endif } +void Being::serverRemove() +{ + // remove some flags what can survive player remove and next visible + mTrickDead = false; +} + #ifdef EATHENA_SUPPORT void Being::removeHorse() { @@ -4149,10 +4155,4 @@ void Being::setTrickDead(const bool b) } } -void Being::serverRemove() -{ - // remove some flags what can survive player remove and next visible - mTrickDead = false; -} - #endif -- cgit v1.2.3-60-g2f50