aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_sentence.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_sentence.h')
-rw-r--r--engines/titanic/true_talk/tt_sentence.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_sentence.h b/engines/titanic/true_talk/tt_sentence.h
index 01a0346be8..dfbf7ae52f 100644
--- a/engines/titanic/true_talk/tt_sentence.h
+++ b/engines/titanic/true_talk/tt_sentence.h
@@ -119,6 +119,10 @@ public:
bool isConcept34(int slotIndex, const TTconceptNode *node = nullptr) const;
+ /**
+ * Returns true if the sentence contains the specified word,
+ * allowing for common synonyms of the desired word
+ */
bool localWord(const char *str) const;
/**