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.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/engines/access/inventory.cpp b/engines/access/inventory.cpp
index 20c9976a3b..49fa6e7efc 100644
--- a/engines/access/inventory.cpp
+++ b/engines/access/inventory.cpp
@@ -198,12 +198,9 @@ 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;
- }
+ events.forceSetCursor(CURSOR_CROSSHAIRS);
+ } else
+ events.forceSetCursor(CURSOR_INVENTORY);
}
_invRefreshFlag = false;