diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-28 22:31:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-28 22:31:59 +0300 |
commit | 6af8e20bcc3affac8bbcc25931647c3827a07999 (patch) | |
tree | 8594a9693550b2f6ff4c1534e5da01269e200545 /src/gui/popups/popupmenu.h | |
parent | 08b6b654ac20969338df5e373fba98b0eb50bc77 (diff) | |
download | plus-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.h | 1 |
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; |