aboutsummaryrefslogtreecommitdiff
path: root/engines/toon
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon')
-rw-r--r--engines/toon/toon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index 61b6e1bfe3..c524d25907 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -2499,7 +2499,7 @@ int32 ToonEngine::runConversationCommand(int16 **command) {
//
case 105:
if (getConversationFlag(_gameState->_currentScene, v4)) {
- result = READ_LE_INT16(*command + 4);
+ result = READ_LE_INT16(*command + 2);
*command = (int16 *)((char *)_conversationData + result);
*command = (int16 *)((char *)_conversationData + result - 4);
} else {