summaryrefslogtreecommitdiff
path: root/src/textcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/textcommand.cpp')
-rw-r--r--src/textcommand.cpp6
1 files changed, 3 insertions, 3 deletions
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();