aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_word.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-20 22:44:04 -0400
committerPaul Gilbert2016-07-15 19:13:41 -0400
commit49c9060bec57dbc90eff6f765bccd385f4985c61 (patch)
tree6d2eeccc587deb6ac0c5639f375557e3f8777928 /engines/titanic/true_talk/tt_word.h
parent1e35288fee100dd3ba5cac0a128cd2b6858381c1 (diff)
downloadscummvm-rg350-49c9060bec57dbc90eff6f765bccd385f4985c61.tar.gz
scummvm-rg350-49c9060bec57dbc90eff6f765bccd385f4985c61.tar.bz2
scummvm-rg350-49c9060bec57dbc90eff6f765bccd385f4985c61.zip
TITANIC: More implementation of TTparser loadRequests
Diffstat (limited to 'engines/titanic/true_talk/tt_word.h')
-rw-r--r--engines/titanic/true_talk/tt_word.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/tt_word.h b/engines/titanic/true_talk/tt_word.h
index 333bfb5bfe..010aa66196 100644
--- a/engines/titanic/true_talk/tt_word.h
+++ b/engines/titanic/true_talk/tt_word.h
@@ -53,7 +53,7 @@ public:
TTsynonym *_synP;
TTstring _string;
WordMode _wordMode;
- int _field1C;
+ int _id;
uint _tag;
public:
TTword(TTstring &str, WordMode mode, int val2);