From e22f6d0070ea2b0102caf3b738fba703606e6bd4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Aug 2016 01:28:28 +0300 Subject: First step of removing local pets (tmwa only). --- src/actormanager.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/actormanager.cpp') diff --git a/src/actormanager.cpp b/src/actormanager.cpp index be9f6e7a6..b995bde47 100644 --- a/src/actormanager.cpp +++ b/src/actormanager.cpp @@ -309,9 +309,6 @@ Being *ActorManager::createBeing(const BeingId id, break; default: case ActorType::FloorItem: -#ifdef TMWA_SUPPORT - case ActorType::LocalPet: -#endif case ActorType::Avatar: case ActorType::Unknown: reportAlways("CreateBeing for unknown type %d", CAST_S32(type)); @@ -604,9 +601,6 @@ void ActorManager::findBeingsByPixel(std::vector &beings, case ActorType::Player: case ActorType::Npc: case ActorType::Monster: -#ifdef TMWA_SUPPORT - case ActorType::LocalPet: -#endif case ActorType::Pet: case ActorType::Mercenary: case ActorType::Homunculus: -- cgit v1.2.3-60-g2f50