diff options
-rw-r--r-- | engines/kyra/gui_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_v2.cpp b/engines/kyra/gui_v2.cpp index 5560b72ee0..75603d623e 100644 --- a/engines/kyra/gui_v2.cpp +++ b/engines/kyra/gui_v2.cpp @@ -687,7 +687,7 @@ bool KyraEngine_v2::checkInventoryItemExchange(uint16 handItem, int slot) { _screen->showMouse(); if (_lang != 1) - updateCommandLineEx(newItem+53, 0x2E, 0xD6); + updateCommandLineEx(newItem+54, 0x2E, 0xD6); return true; } |