diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-23 22:01:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-23 22:01:44 +0300 |
commit | 3c404128c4669a1f4f190e20a89553677717fc50 (patch) | |
tree | 2db4e5031089c800c4e00fd6244e578f44a7c910 /src/actormanager.h | |
parent | 89b267d6d73bbc59f7c313b8a22b97fbb27f99a8 (diff) | |
download | plus-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.h | 9 |
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; |