summaryrefslogtreecommitdiff
path: root/src/notifymanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifymanager.cpp')
-rw-r--r--src/notifymanager.cpp6
1 files changed, 6 insertions, 0 deletions
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;
}