aboutsummaryrefslogtreecommitdiff
path: root/engines/access/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/inventory.cpp')
-rw-r--r--engines/access/inventory.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/access/inventory.cpp b/engines/access/inventory.cpp
index f4236cc385..dbc3cbac89 100644
--- a/engines/access/inventory.cpp
+++ b/engines/access/inventory.cpp
@@ -165,6 +165,11 @@ int InventoryManager::newDisplayInv() {
if (!_invRefreshFlag) {
if (_vm->_useItem == -1) {
result = 2;
+ events._normalMouse = CURSOR_CROSSHAIRS;
+ events.setCursor(CURSOR_CROSSHAIRS);
+ } else {
+ events.setCursor(CURSOR_INVENTORY);
+ events._normalMouse = CURSOR_INVENTORY;
}
}