diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-16 16:06:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-16 16:06:17 +0300 |
commit | 1b28203031aec74f7a11a46fb5267f642ae5fab2 (patch) | |
tree | ef907d1a54132db7704e10a633925182edbe2fb5 /src/gui/popups/popupmenu.cpp | |
parent | 0977134ffdad9ea0e79106fc633ebafd18209765 (diff) | |
download | plus-1b28203031aec74f7a11a46fb5267f642ae5fab2.tar.gz plus-1b28203031aec74f7a11a46fb5267f642ae5fab2.tar.bz2 plus-1b28203031aec74f7a11a46fb5267f642ae5fab2.tar.xz plus-1b28203031aec74f7a11a46fb5267f642ae5fab2.zip |
Fix code style.
Diffstat (limited to 'src/gui/popups/popupmenu.cpp')
-rw-r--r-- | src/gui/popups/popupmenu.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index d183dcdca..2cb0cc221 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -366,6 +366,9 @@ void PopupMenu::showPopup(const int x, const int y, const Being *const being) mBrowserBox->addRow("##3---"); } break; + case ActorType::SkillUnit: + // +++ need impliment menu + break; #endif case ActorType::Avatar: case ActorType::Unknown: |