summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 27fc69b..145fc7e 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -229,7 +229,7 @@ namespace game {
std::string say_text;
double say_time = -INFINITY;
- void say(std::string str);
+ void say(std::string str, bool on_interface=true);
void render_to(render::state_t *render);
};