summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 3 insertions, 1 deletions
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.