From 3c404128c4669a1f4f190e20a89553677717fc50 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 23 Sep 2016 22:01:44 +0300 Subject: Add missing comments into defines. --- src/textcommand.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/textcommand.cpp') diff --git a/src/textcommand.cpp b/src/textcommand.cpp index 96b727788..c991a5d94 100644 --- a/src/textcommand.cpp +++ b/src/textcommand.cpp @@ -62,7 +62,7 @@ TextCommand::TextCommand(const int id, { loadImage(); } -#endif +#endif // TMWA_SUPPORT TextCommand::TextCommand(const int id, const std::string &symbol, @@ -82,7 +82,7 @@ TextCommand::TextCommand(const int id, mBaseLvl(0), mSchoolLvl(0), mCommandType(TextCommandType::Text), -#endif +#endif // TMWA_SUPPORT mImage(nullptr) { loadImage(); @@ -101,7 +101,7 @@ TextCommand::TextCommand(const int id) : mBaseLvl(0), mSchoolLvl(0), mCommandType(TextCommandType::Text), -#endif +#endif // TMWA_SUPPORT mImage(nullptr) { loadImage(); -- cgit v1.2.3-70-g09d2