From 169f4b94f2e0999b5825e3328fafa7960df18659 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 2 Jul 2015 20:13:21 -0400 Subject: SHERLOCK: RT: Fix looking at characters --- engines/sherlock/tattoo/widget_inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/widget_inventory.cpp') diff --git a/engines/sherlock/tattoo/widget_inventory.cpp b/engines/sherlock/tattoo/widget_inventory.cpp index 1b4fa69a76..1df0e995c5 100644 --- a/engines/sherlock/tattoo/widget_inventory.cpp +++ b/engines/sherlock/tattoo/widget_inventory.cpp @@ -287,7 +287,7 @@ void WidgetInventory::load(int mode) { } // Ensure menu will be on-screen - checkMenuPosition(); + restrictToScreen(); // Load the inventory data inv.loadInv(); -- cgit v1.2.3