aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins
diff options
context:
space:
mode:
authorPaul Gilbert2013-04-26 10:54:52 +1000
committerPaul Gilbert2013-04-26 10:54:52 +1000
commitff132ee2d45f3a73a8fc5716686598e61fdf07e1 (patch)
tree427294ab639af0787c978b47f05c91c372f15601 /engines/hopkins
parent5d48d8521939d4a62151e1dd1d996a6385ffaaae (diff)
parent4b7f352768bcbc7dce24e7afc7c0b5ab3ecdd4c1 (diff)
downloadscummvm-rg350-ff132ee2d45f3a73a8fc5716686598e61fdf07e1.tar.gz
scummvm-rg350-ff132ee2d45f3a73a8fc5716686598e61fdf07e1.tar.bz2
scummvm-rg350-ff132ee2d45f3a73a8fc5716686598e61fdf07e1.zip
Merge branch 'master' of https://github.com/scummvm/scummvm
Diffstat (limited to 'engines/hopkins')
-rw-r--r--engines/hopkins/dialogs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hopkins/dialogs.cpp b/engines/hopkins/dialogs.cpp
index 5b9fb8afc2..c8a478f93b 100644
--- a/engines/hopkins/dialogs.cpp
+++ b/engines/hopkins/dialogs.cpp
@@ -422,6 +422,7 @@ void DialogsManager::showInventory() {
if (cursorId != 1 && cursorId != 2 && cursorId != 3 && cursorId != 16) {
if (mouseButton == 2) {
_vm->_objectsMan->nextObjectIcon(newInventoryItem);
+ cursorId = _vm->_events->_mouseCursorId;
if (cursorId != 23)
_vm->_events->changeMouseCursor(cursorId);
}