aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/script_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/script_support.h')
-rw-r--r--engines/titanic/true_talk/script_support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/script_support.h b/engines/titanic/true_talk/script_support.h
index 595105f9ce..6a60563202 100644
--- a/engines/titanic/true_talk/script_support.h
+++ b/engines/titanic/true_talk/script_support.h
@@ -157,9 +157,9 @@ public:
struct TTupdateState3 {
uint _newId;
uint _newValue;
- uint _idMatch;
+ uint _dialBits;
- TTupdateState3() : _newId(0), _newValue(0), _idMatch(0) {}
+ TTupdateState3() : _newId(0), _newValue(0), _dialBits(0) {}
};
class TTupdateState3Array : public Common::Array<TTupdateState3> {