aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_concept.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/tt_concept.h')
-rw-r--r--engines/titanic/true_talk/tt_concept.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/tt_concept.h b/engines/titanic/true_talk/tt_concept.h
index 3301926231..88afb6f28b 100644
--- a/engines/titanic/true_talk/tt_concept.h
+++ b/engines/titanic/true_talk/tt_concept.h
@@ -132,7 +132,7 @@ public:
void setFlag(bool val) { _flag = val; }
void set1C(int val) { _field1C = val; }
int get20() const { return _field20; }
- int get34() const { return _field34; }
+ int getState() const { return _field34; }
bool checkWordId1() const;
bool checkWordId2() const;