summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-28 22:31:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-28 22:31:59 +0300
commit6af8e20bcc3affac8bbcc25931647c3827a07999 (patch)
tree8594a9693550b2f6ff4c1534e5da01269e200545 /src/gui/popups/popupmenu.h
parent08b6b654ac20969338df5e373fba98b0eb50bc77 (diff)
downloadplus-6af8e20bcc3affac8bbcc25931647c3827a07999.tar.gz
plus-6af8e20bcc3affac8bbcc25931647c3827a07999.tar.bz2
plus-6af8e20bcc3affac8bbcc25931647c3827a07999.tar.xz
plus-6af8e20bcc3affac8bbcc25931647c3827a07999.zip
Add support for ext being name in popupmenu.
This fix npc gm menu for npc where name != ext name.
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r--src/gui/popups/popupmenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/popupmenu.h b/src/gui/popups/popupmenu.h
index 4552c88df..9a22f6d5d 100644
--- a/src/gui/popups/popupmenu.h
+++ b/src/gui/popups/popupmenu.h
@@ -251,6 +251,7 @@ class PopupMenu final : public Popup, public LinkHandler
TextDialog *mDialog;
Button *mButton;
std::string mName;
+ std::string mExtName;
TextField *mTextField;
ActorTypeT mType;
BeingTypeId mSubType;