From 6b92425b46de741d4cda35027083fd988ac4e942 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Mar 2013 22:22:15 +0300 Subject: Add option to accept language messages in any languge. This messages will be showed in language or general tab. --- src/being.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 00dfbfe74..f41df41eb 100644 --- a/src/being.h +++ b/src/being.h @@ -253,7 +253,9 @@ class Being : public ActorSprite, public ConfigListener * @param text The text that should appear. * @param time The amount of time the text should stay in milliseconds. */ - void setSpeech(const std::string &text, int time = 0); + void setSpeech(const std::string &text, + const std::string &channel = "", + int time = 0); /** * Puts a damage bubble above this being. -- cgit v1.2.3-70-g09d2