aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/converse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/drascula/converse.cpp')
-rw-r--r--engines/drascula/converse.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/drascula/converse.cpp b/engines/drascula/converse.cpp
index 7c845fb251..0e70348148 100644
--- a/engines/drascula/converse.cpp
+++ b/engines/drascula/converse.cpp
@@ -283,7 +283,8 @@ void DrasculaEngine::converse(int index) {
void DrasculaEngine::response(int function) {
debug(4, "response(%d)", function);
- playTalkSequence(function);
+ if (function != 31)
+ playTalkSequence(function);
if (currentChapter == 2) {
if (function == 16 || function == 20 || function == 23 || function == 29 || function == 31)