From 2f2397f7df053fb17badd93b15ea5270892232b2 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 11 May 2016 21:36:45 -0400 Subject: TITANIC: Added STVocab destructor --- engines/titanic/true_talk/tt_word.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/true_talk/tt_word.h') diff --git a/engines/titanic/true_talk/tt_word.h b/engines/titanic/true_talk/tt_word.h index 850b6957f8..ad2ddeb987 100644 --- a/engines/titanic/true_talk/tt_word.h +++ b/engines/titanic/true_talk/tt_word.h @@ -51,6 +51,11 @@ public: public: TTword(TTString &str, int mode, int val2); + /** + * Delete any following words chained to the word + */ + void deleteSiblings(); + /** * Read in a synonym for the given word */ -- cgit v1.2.3