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/actormanager.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/actormanager.h') 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; -- cgit v1.2.3-60-g2f50