diff options
Diffstat (limited to 'src/textcommand.h')
-rw-r--r-- | src/textcommand.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/textcommand.h b/src/textcommand.h index 496c6d8ff..230c926a0 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -53,7 +53,7 @@ class TextCommand final const MagicSchoolT school = MagicSchool::SkillMagic, const unsigned int schoolLvl = 0U, const unsigned int mana = 0U); -#endif +#endif // TMWA_SUPPORT /** * Constructor. @@ -128,7 +128,7 @@ class TextCommand final void setCommandType(const TextCommandTypeT commandType) { mCommandType = commandType; } -#endif +#endif // TMWA_SUPPORT void setCommand(const std::string &command) { mCommand = command; } @@ -170,7 +170,8 @@ class TextCommand final unsigned mBaseLvl; unsigned mSchoolLvl; TextCommandTypeT mCommandType; -#endif +#endif // TMWA_SUPPORT + Image *mImage; }; |