aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_sentence_node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_sentence_node.cpp')
-rw-r--r--engines/titanic/true_talk/tt_sentence_node.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/tt_sentence_node.cpp b/engines/titanic/true_talk/tt_sentence_node.cpp
index 46a1412a2a..2bec287b44 100644
--- a/engines/titanic/true_talk/tt_sentence_node.cpp
+++ b/engines/titanic/true_talk/tt_sentence_node.cpp
@@ -25,7 +25,10 @@
namespace Titanic {
-TTsentenceNode::TTsentenceNode() : TTnode() {
+TTsentenceNode::TTsentenceNode() : TTnode(), _val(0) {
+}
+
+TTsentenceNode::TTsentenceNode(int val) : TTnode(), _val(val) {
}
} // End of namespace Titanic