aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/parrot_script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/parrot_script.cpp')
-rw-r--r--engines/titanic/true_talk/parrot_script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/parrot_script.cpp b/engines/titanic/true_talk/parrot_script.cpp
index b09e74505c..25b54f0715 100644
--- a/engines/titanic/true_talk/parrot_script.cpp
+++ b/engines/titanic/true_talk/parrot_script.cpp
@@ -55,7 +55,7 @@ int ParrotScript::process(const TTroomScript *roomScript, const TTsentence *sent
if (processEntries(roomScript, sentence) == 2) {
int tagId = g_vm->_trueTalkManager->_quotes.find(sentence->_normalizedLine);
if (!tagId || chooseResponse(roomScript, sentence, tagId) != 2) {
- addResponse(getDialogueId(sentence->check2C() ? 280248 : 280235));
+ addResponse(getDialogueId(sentence->checkCategory() ? 280248 : 280235));
applyResponse();
}
}