From 1186584a78f2571a46459f4c2716c9145efcc712 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 11 Apr 2016 18:35:11 +0300 Subject: Disable horses macro in tmwa. --- src/being/being.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/being/being.cpp') diff --git a/src/being/being.cpp b/src/being/being.cpp index 57529b734..927353231 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -136,8 +136,10 @@ static const unsigned int SPEECH_MAX_TIME = 800; #define for_each_badges() \ for (int f = 0; f < BadgeIndex::BadgeIndexSize; f++) +#ifdef EATHENA_SUPPORT #define for_each_horses(name) \ FOR_EACH (std::vector::const_iterator, it, name) +#endif Being::Being(const BeingId id, const ActorTypeT type, -- cgit v1.2.3-60-g2f50