aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_action.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-19 22:51:25 -0400
committerPaul Gilbert2016-07-15 19:13:25 -0400
commitc4084e731b60b97bbe0cdf5d6f61f1894b70f96c (patch)
treeb382853918713f01b2e5a6b33b367caa61b3275b /engines/titanic/true_talk/tt_action.h
parent54669e7b7e6c3e3ebad32f2d36932d8345814d2c (diff)
downloadscummvm-rg350-c4084e731b60b97bbe0cdf5d6f61f1894b70f96c.tar.gz
scummvm-rg350-c4084e731b60b97bbe0cdf5d6f61f1894b70f96c.tar.bz2
scummvm-rg350-c4084e731b60b97bbe0cdf5d6f61f1894b70f96c.zip
TITANIC: Implemented TTvocab getSuffixedWord
Diffstat (limited to 'engines/titanic/true_talk/tt_action.h')
-rw-r--r--engines/titanic/true_talk/tt_action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_action.h b/engines/titanic/true_talk/tt_action.h
index b89d702614..1103da8dcb 100644
--- a/engines/titanic/true_talk/tt_action.h
+++ b/engines/titanic/true_talk/tt_action.h
@@ -41,6 +41,8 @@ public:
*/
int load(SimpleFile *file);
+ void setVal(int val) { _field30 = val; }
+
/**
* Creates a copy of the word
*/