From 5d619b92b6fd08d5656e22adb6309d7c7ac8efd9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Dec 2017 20:16:08 +0300 Subject: Remove default parameters from textcommand. --- src/textcommand.h | 6 +++--- 1 file 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 /** -- cgit v1.2.3-70-g09d2