From edb279bdc22d94a88aabdd994bed5dd2b1c5659e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Aug 2016 19:15:13 +0300 Subject: Add actor type elemental. --- src/gui/popups/popupmenu.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/popups/popupmenu.cpp') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index 2e153b0a8..d0896efaa 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -430,6 +430,7 @@ void PopupMenu::showPopup(const int x, const int y, const Being *const being) case ActorType::Unknown: case ActorType::FloorItem: case ActorType::Portal: + case ActorType::Elemental: #ifdef TMWA_SUPPORT case ActorType::LocalPet: #endif @@ -3200,6 +3201,7 @@ void PopupMenu::showGMPopup(const std::string &name) case ActorType::LocalPet: #endif case ActorType::Avatar: + case ActorType::Elemental: break; } } -- cgit v1.2.3-60-g2f50