summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-16 02:19:08 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-16 02:19:08 +0300
commit19b82b4dad9b66418a4e7d0ed0ba23d0cab17216 (patch)
tree0f82530b8e11d70923e96d5ba17107f92921365f /src/being/being.h
parentb49d05166ac67ed0ef189b1e3859573108843db1 (diff)
downloadplus-19b82b4dad9b66418a4e7d0ed0ba23d0cab17216.tar.gz
plus-19b82b4dad9b66418a4e7d0ed0ba23d0cab17216.tar.bz2
plus-19b82b4dad9b66418a4e7d0ed0ba23d0cab17216.tar.xz
plus-19b82b4dad9b66418a4e7d0ed0ba23d0cab17216.zip
Remove default parameters from Being::setSpeech.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/being/being.h b/src/being/being.h
index feb686740..64a193c46 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -185,9 +185,7 @@ class Being notfinal : public ActorSprite,
* @param text The text that should appear.
* @param time The amount of time the text should stay in milliseconds.
*/
- void setSpeech(const std::string &restrict text,
- const std::string &restrict channel = "",
- int time = 0) restrict2;
+ void setSpeech(const std::string &restrict text) restrict2;
/**
* Puts a damage bubble above this being.