summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-23 22:01:44 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-23 22:01:44 +0300
commit3c404128c4669a1f4f190e20a89553677717fc50 (patch)
tree2db4e5031089c800c4e00fd6244e578f44a7c910 /src/actormanager.h
parent89b267d6d73bbc59f7c313b8a22b97fbb27f99a8 (diff)
downloadplus-3c404128c4669a1f4f190e20a89553677717fc50.tar.gz
plus-3c404128c4669a1f4f190e20a89553677717fc50.tar.bz2
plus-3c404128c4669a1f4f190e20a89553677717fc50.tar.xz
plus-3c404128c4669a1f4f190e20a89553677717fc50.zip
Add missing comments into defines.
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/actormanager.h b/src/actormanager.h
index 22a4e3e2a..8d4170275 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -233,7 +233,7 @@ class ActorManager final: public ConfigListener
void heal(const Being *const target) const;
void itenplz() const;
-#endif
+#endif // TMWA_SUPPORT
/**
* Returns the whole list of beings.
@@ -286,7 +286,7 @@ class ActorManager final: public ConfigListener
#ifdef TMWA_SUPPORT
void parseLevels(std::string levels) const;
-#endif
+#endif // TMWA_SUPPORT
bool pickUpAll(const int x1,
const int y1,
@@ -389,7 +389,7 @@ class ActorManager final: public ConfigListener
#ifndef UNITTESTS
protected:
-#endif
+#endif // UNITTESTS
bool validateBeing(const Being *const aroundBeing,
Being *const being,
const ActorTypeT &type,
@@ -419,7 +419,8 @@ class ActorManager final: public ConfigListener
std::string mSpellHeal1;
std::string mSpellHeal2;
std::string mSpellItenplz;
-#endif
+#endif // TMWA_SUPPORT
+
bool mTargetDeadPlayers;
bool mTargetOnlyReachable;
bool mCyclePlayers;