aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_inventory.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-02 20:13:21 -0400
committerPaul Gilbert2015-07-02 20:13:21 -0400
commit169f4b94f2e0999b5825e3328fafa7960df18659 (patch)
treea635440a90f93c2afe0179ee248a1e371a70802c /engines/sherlock/tattoo/widget_inventory.cpp
parent03fbbbb3ae46b7004d62677ddba08ee80e247262 (diff)
downloadscummvm-rg350-169f4b94f2e0999b5825e3328fafa7960df18659.tar.gz
scummvm-rg350-169f4b94f2e0999b5825e3328fafa7960df18659.tar.bz2
scummvm-rg350-169f4b94f2e0999b5825e3328fafa7960df18659.zip
SHERLOCK: RT: Fix looking at characters
Diffstat (limited to 'engines/sherlock/tattoo/widget_inventory.cpp')
-rw-r--r--engines/sherlock/tattoo/widget_inventory.cpp2
1 files changed, 1 insertions, 1 deletions
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();