aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-18 14:19:22 -0400
committerPaul Gilbert2015-07-18 14:19:22 -0400
commit20a31501e6932c6a08128420339dadbb499d3fe8 (patch)
treeb14f7c1138a99695a042ae68f1a41dafbbdc0989 /engines/sherlock/tattoo/tattoo_user_interface.h
parentd0a6af6cb92ec4d12ced8c1af90097ec06679a1d (diff)
downloadscummvm-rg350-20a31501e6932c6a08128420339dadbb499d3fe8.tar.gz
scummvm-rg350-20a31501e6932c6a08128420339dadbb499d3fe8.tar.bz2
scummvm-rg350-20a31501e6932c6a08128420339dadbb499d3fe8.zip
SHERLOCK: RT: Fix showing look window for inventory items
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h
index 05d6741396..8dcfaddbd2 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.h
+++ b/engines/sherlock/tattoo/tattoo_user_interface.h
@@ -24,6 +24,7 @@
#define SHERLOCK_TATTOO_UI_H
#include "common/scummsys.h"
+#include "common/list.h"
#include "sherlock/saveload.h"
#include "sherlock/screen.h"
#include "sherlock/user_interface.h"
@@ -53,7 +54,7 @@ private:
WidgetSceneTooltip _tooltipWidget;
WidgetVerbs _verbsWidget;
WidgetMessage _messageWidget;
- WidgetBase *_widget;
+ Common::List<WidgetBase *> _widgets;
byte _lookupTable[PALETTE_COUNT];
byte _lookupTable1[PALETTE_COUNT];
private: