summaryrefslogtreecommitdiff
path: root/src/textcommand.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-27 20:16:08 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-27 20:16:08 +0300
commit5d619b92b6fd08d5656e22adb6309d7c7ac8efd9 (patch)
treeb18b8def1f0f4bbd0207bf9b22b0225b620e2baf /src/textcommand.h
parent2f32dca480e873a5bcc0f91f76b2490cd1bec0a9 (diff)
downloadplus-5d619b92b6fd08d5656e22adb6309d7c7ac8efd9.tar.gz
plus-5d619b92b6fd08d5656e22adb6309d7c7ac8efd9.tar.bz2
plus-5d619b92b6fd08d5656e22adb6309d7c7ac8efd9.tar.xz
plus-5d619b92b6fd08d5656e22adb6309d7c7ac8efd9.zip
Remove default parameters from textcommand.
Diffstat (limited to 'src/textcommand.h')
-rw-r--r--src/textcommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/textcommand.h b/src/textcommand.h
index 91c0f9ba5..fc6f1f703 100644
--- a/src/textcommand.h
+++ b/src/textcommand.h
@@ -52,9 +52,9 @@ class TextCommand final
const CommandTargetT type,
const std::string &icon,
const unsigned int basicLvl,
- const MagicSchoolT school = MagicSchool::SkillMagic,
- const unsigned int schoolLvl = 0U,
- const unsigned int mana = 0U);
+ const MagicSchoolT school,
+ const unsigned int schoolLvl,
+ const unsigned int mana);
#endif // TMWA_SUPPORT
/**