mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
ILLUSIONS: Fix copy/paste bug. CID 1394433
This commit is contained in:
parent
c48489f6d2
commit
5ceb3be771
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user