aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/script_support.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-28 22:05:16 -0400
committerPaul Gilbert2016-07-28 22:05:16 -0400
commitc7bd63d8818bb064be19957c32a1ee4abe7c9515 (patch)
treecd14ead2a0e9d5e5e51d2623844f59b8e8f27825 /engines/titanic/true_talk/script_support.h
parent52b6c92ac0ac843ef1c7e54ee187fb0a16f381eb (diff)
downloadscummvm-rg350-c7bd63d8818bb064be19957c32a1ee4abe7c9515.tar.gz
scummvm-rg350-c7bd63d8818bb064be19957c32a1ee4abe7c9515.tar.bz2
scummvm-rg350-c7bd63d8818bb064be19957c32a1ee4abe7c9515.zip
TITANIC: Added BarbotScript updateState
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> {