aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/inventory.cpp')
-rw-r--r--engines/hugo/inventory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hugo/inventory.cpp b/engines/hugo/inventory.cpp
index 19995d3650..980ffd2be8 100644
--- a/engines/hugo/inventory.cpp
+++ b/engines/hugo/inventory.cpp
@@ -229,7 +229,6 @@ void InventoryHandler::runInventory() {
case I_ACTIVE: // Inventory active
_vm->_parser->charHandler(); // Still allow commands
_vm->_screen->displayList(D_RESTORE); // Restore previous background
- _vm->_mouse->mouseHandler(); // Mouse activity - adds to display list
_vm->_screen->displayList(D_DISPLAY); // Blit the display list to screen
break;
}