[Scummvm-cvs-logs] scummvm master -> 4b7f352768bcbc7dce24e7afc7c0b5ab3ecdd4c1
Strangerke
Strangerke at scummvm.org
Fri Apr 26 00:44:49 CEST 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4b7f352768 HOPKINS: Fix bug #3611566
Commit: 4b7f352768bcbc7dce24e7afc7c0b5ab3ecdd4c1
https://github.com/scummvm/scummvm/commit/4b7f352768bcbc7dce24e7afc7c0b5ab3ecdd4c1
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-04-25T15:41:04-07:00
Commit Message:
HOPKINS: Fix bug #3611566
Changed paths:
engines/hopkins/dialogs.cpp
diff --git a/engines/hopkins/dialogs.cpp b/engines/hopkins/dialogs.cpp
index 5b9fb8a..c8a478f 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);
}
More information about the Scummvm-git-logs
mailing list