From 819b10633d3218ac4b758e62051d0c1376d91205 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 17 Apr 2015 12:50:19 +0300 Subject: Add missing eathena and tmwa defines into actormanager. --- src/actormanager.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/actormanager.h') diff --git a/src/actormanager.h b/src/actormanager.h index 25b2f6e00..9387b2961 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -244,7 +244,9 @@ class ActorManager final: public ConfigListener void updatePlayerGuild() const; +#ifdef TMWA_SUPPORT void parseLevels(std::string levels) const; +#endif bool pickUpAll(const int x1, const int y1, const int x2, const int y2, const bool serverBuggy = false); @@ -319,9 +321,11 @@ class ActorManager final: public ConfigListener void updateEffects(const std::map &addEffects, const std::set &removeEffects) const; +#ifdef EATHENA_SUPPORT void removeRoom(const int chatId); void updateRoom(const ChatObject *const newChat); +#endif protected: bool validateBeing(const Being *const aroundBeing, -- cgit v1.2.3-60-g2f50