aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2018-07-23 23:27:50 +0200
committerEugene Sandulenko2018-07-23 23:27:50 +0200
commit5ceb3be771dc38fe7c6a8c51c605aea005b5f500 (patch)
treeb1bbfad99e678e0858a1398abc339a507051cd7d
parentc48489f6d244091ac238c30760829ed675913b10 (diff)
downloadscummvm-rg350-5ceb3be771dc38fe7c6a8c51c605aea005b5f500.tar.gz
scummvm-rg350-5ceb3be771dc38fe7c6a8c51c605aea005b5f500.tar.bz2
scummvm-rg350-5ceb3be771dc38fe7c6a8c51c605aea005b5f500.zip
ILLUSIONS: Fix copy/paste bug. CID 1394433
-rw-r--r--engines/illusions/bbdou/bbdou_specialcode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/bbdou/bbdou_specialcode.cpp b/engines/illusions/bbdou/bbdou_specialcode.cpp
index 542b3d8aa3..d7003af10c 100644
--- a/engines/illusions/bbdou/bbdou_specialcode.cpp
+++ b/engines/illusions/bbdou/bbdou_specialcode.cpp
@@ -976,7 +976,7 @@ bool BbdouSpecialCode::testVerbId(uint32 verbId, uint32 holdingObjectId, uint32
if (holdingObjectId) {
if (interactMode == 9)
verbIds = kVerbIdsH9;
- else if (interactMode == 9)
+ else if (interactMode == 8)
verbIds = kVerbIdsH8;
else
verbIds = kVerbIdsHE;