summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-11 18:35:11 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-11 18:37:37 +0300
commit1186584a78f2571a46459f4c2716c9145efcc712 (patch)
tree03175ce1a6bfe14f6dba4409bad4e78357fa1973 /src/being/being.cpp
parent038ff81a08391cd17c470b9da1f4bffeb2aa64db (diff)
downloadplus-1186584a78f2571a46459f4c2716c9145efcc712.tar.gz
plus-1186584a78f2571a46459f4c2716c9145efcc712.tar.bz2
plus-1186584a78f2571a46459f4c2716c9145efcc712.tar.xz
plus-1186584a78f2571a46459f4c2716c9145efcc712.zip
Disable horses macro in tmwa.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp2
1 files changed, 2 insertions, 0 deletions
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<AnimatedSprite*>::const_iterator, it, name)
+#endif
Being::Being(const BeingId id,
const ActorTypeT type,