ILLUSIONS: Fix copy/paste bug. CID 1394433

This commit is contained in:
Eugene Sandulenko 2018-07-23 23:27:50 +02:00
parent c48489f6d2
commit 5ceb3be771

View File

@ -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;