From b4121ca0c5b2a74e02cce69c32316287ffc63034 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Mar 2013 21:10:01 +0300 Subject: Improve map class. --- src/notifymanager.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/notifymanager.cpp') diff --git a/src/notifymanager.cpp b/src/notifymanager.cpp index 86fe58491..9a9eee4a2 100644 --- a/src/notifymanager.cpp +++ b/src/notifymanager.cpp @@ -81,6 +81,12 @@ namespace NotifyManager chatLog(tab, gettext(info.text)); } + case SPEECH: + { + if (player_node) + player_node->setSpeech(gettext(info.text)); + } + default: break; } -- cgit v1.2.3-60-g2f50