From f2013e1e567d2a91be8b696cdd1db3edd5906f99 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 4 Aug 2016 01:58:51 +0300 Subject: Add some missing tmwa defines. Fix compilation error without tmwa support. --- src/being/being.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/being') diff --git a/src/being/being.cpp b/src/being/being.cpp index 725bf0f80..a663a4d98 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -291,7 +291,9 @@ Being::Being(const BeingId id, case ActorType::Npc: case ActorType::Monster: case ActorType::FloorItem: +#ifdef TMWA_SUPPORT case ActorType::LocalPet: +#endif case ActorType::Avatar: break; } -- cgit v1.2.3-60-g2f50