aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/liftbot_script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/liftbot_script.cpp')
-rw-r--r--engines/titanic/true_talk/liftbot_script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/liftbot_script.cpp b/engines/titanic/true_talk/liftbot_script.cpp
index 4b253ca9af..e52e47d99d 100644
--- a/engines/titanic/true_talk/liftbot_script.cpp
+++ b/engines/titanic/true_talk/liftbot_script.cpp
@@ -92,7 +92,7 @@ int LiftbotScript::process(const TTroomScript *roomScript, const TTsentence *sen
checkItems(roomScript, sentence);
int currState = getState();
- int sentMode = sentence->_field2C;
+ int sentMode = sentence->_category;
TTtreeResult treeResult;
if (currState) {
@@ -651,7 +651,7 @@ int LiftbotScript::sentence1(const TTsentence *sentence) {
return 1;
}
- if (sentence->_field2C == 4 || sentence->localWord("find")
+ if (sentence->_category == 4 || sentence->localWord("find")
|| sentence->contains("get to")) {
if (getCurrentFloor() != diff) {
selectResponse(diff == 1 ? 210769 : 210764);