aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-18 16:46:32 -0400
committerPaul Gilbert2015-07-18 16:46:32 -0400
commit3a4b478d983dd67db92b6d12a6042448f6eafc22 (patch)
treeae9275c4af9b07c99538808ce2a373ba632412ad /engines/sherlock/tattoo/widget_inventory.h
parent20a31501e6932c6a08128420339dadbb499d3fe8 (diff)
downloadscummvm-rg350-3a4b478d983dd67db92b6d12a6042448f6eafc22.tar.gz
scummvm-rg350-3a4b478d983dd67db92b6d12a6042448f6eafc22.tar.bz2
scummvm-rg350-3a4b478d983dd67db92b6d12a6042448f6eafc22.zip
SHERLOCK: RT: Fix display of inventory verb menu
Diffstat (limited to 'engines/sherlock/tattoo/widget_inventory.h')
-rw-r--r--engines/sherlock/tattoo/widget_inventory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_inventory.h b/engines/sherlock/tattoo/widget_inventory.h
index 7b157cbd8c..bfc1c7f50f 100644
--- a/engines/sherlock/tattoo/widget_inventory.h
+++ b/engines/sherlock/tattoo/widget_inventory.h
@@ -66,6 +66,10 @@ private:
WidgetInventory *_owner;
Common::StringArray _inventCommands;
Common::String _action;
+
+ void highlightControls();
+public:
+ int _invVerbSelect, _oldInvVerbSelect;
public:
WidgetInventoryVerbs(SherlockEngine *vm, WidgetInventory *owner);
virtual ~WidgetInventoryVerbs() {}
@@ -84,7 +88,6 @@ class WidgetInventory: public WidgetBase {
private:
int _invVerbMode;
int _selector, _oldSelector;
- int _invVerbSelect, _oldInvVerbSelect;
int _invSelect, _oldInvSelect;
int _dialogTimer;
WidgetInventoryTooltip _tooltipWidget;