diff options
Diffstat (limited to 'src/actormanager.cpp')
-rw-r--r-- | src/actormanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actormanager.cpp b/src/actormanager.cpp index 59524b9e9..befd952e6 100644 --- a/src/actormanager.cpp +++ b/src/actormanager.cpp @@ -596,6 +596,7 @@ void ActorManager::findBeingsByPixel(std::vector<ActorSprite*> &beings, case ActorType::Mercenary: case ActorType::Homunculus: case ActorType::SkillUnit: + case ActorType::Elemental: { const Being *const being = static_cast<const Being*>(*it); if (!being) |