diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-24 01:28:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-24 01:28:28 +0300 |
commit | e22f6d0070ea2b0102caf3b738fba703606e6bd4 (patch) | |
tree | e40148f0e08490d6f3ea4a3f480739c717d9a70a /src/actormanager.cpp | |
parent | 7f62fc6f4a1765d10cca3977cfbfe1917e4596fe (diff) | |
download | mv-e22f6d0070ea2b0102caf3b738fba703606e6bd4.tar.gz mv-e22f6d0070ea2b0102caf3b738fba703606e6bd4.tar.bz2 mv-e22f6d0070ea2b0102caf3b738fba703606e6bd4.tar.xz mv-e22f6d0070ea2b0102caf3b738fba703606e6bd4.zip |
First step of removing local pets (tmwa only).
Diffstat (limited to 'src/actormanager.cpp')
-rw-r--r-- | src/actormanager.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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<ActorSprite*> &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: |