summaryrefslogtreecommitdiff
path: root/src/gui/windows/skilldialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-22 19:46:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-22 19:46:08 +0300
commit51583912458f8eb0b080edabf3af5f384a205055 (patch)
tree9116b5fa5cb5b3a98dc0bd1b80b35c5a996534bc /src/gui/windows/skilldialog.h
parentaf026c1d1e1d574cfc403064a3c9f6b10288d55e (diff)
downloadplus-51583912458f8eb0b080edabf3af5f384a205055.tar.gz
plus-51583912458f8eb0b080edabf3af5f384a205055.tar.bz2
plus-51583912458f8eb0b080edabf3af5f384a205055.tar.xz
plus-51583912458f8eb0b080edabf3af5f384a205055.zip
Use selected skill level in button "use" in skill dialog.
Diffstat (limited to 'src/gui/windows/skilldialog.h')
-rw-r--r--src/gui/windows/skilldialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/skilldialog.h b/src/gui/windows/skilldialog.h
index 47458e2db..1cf92b586 100644
--- a/src/gui/windows/skilldialog.h
+++ b/src/gui/windows/skilldialog.h
@@ -140,7 +140,8 @@ class SkillDialog final : public Window,
void removeSkill(const int id);
static void useSkill(const SkillInfo *const info,
- const AutoTarget autoTarget);
+ const AutoTarget autoTarget,
+ int level);
SkillData *getSkillData(const int id) const;