summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-04 00:50:31 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-04 00:50:31 +0300
commit8db56130426f2c61e10219eddb67ee86bea82961 (patch)
tree51c7ccf82996260a9d4becdc942ad8617a681889 /src/actormanager.h
parent8d969b8b7a4178d6a72795a9446ddc7f8e398a00 (diff)
downloadplus-8db56130426f2c61e10219eddb67ee86bea82961.tar.gz
plus-8db56130426f2c61e10219eddb67ee86bea82961.tar.bz2
plus-8db56130426f2c61e10219eddb67ee86bea82961.tar.xz
plus-8db56130426f2c61e10219eddb67ee86bea82961.zip
Extend chat command /all to log corruption in actors lists.
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/actormanager.h b/src/actormanager.h
index 59f8552d2..60a0bec00 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -259,10 +259,9 @@ class ActorManager final: public ConfigListener
bool isBlocked(const BeingId id) const;
- void printAllToChat() const;
+ void printAllToChat();
- static void printBeingsToChat(const ActorSprites &beings,
- const std::string &header);
+ void printBeingsToChat(const std::string &header);
static void printBeingsToChat(const std::vector<Being*> &beings,
const std::string &header);