summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
/**