aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-25 20:42:02 -0400
committerPaul Gilbert2015-06-25 20:42:02 -0400
commit92ac962718b07e9b82199d39bb5ce970717da57d (patch)
tree88e8833f5ef8d100c32cda7a0c5cd18051a2308a /engines/sherlock/tattoo/widget_inventory.h
parent66fb4b828ba841b47b3e0cd4e15e00107744f691 (diff)
downloadscummvm-rg350-92ac962718b07e9b82199d39bb5ce970717da57d.tar.gz
scummvm-rg350-92ac962718b07e9b82199d39bb5ce970717da57d.tar.bz2
scummvm-rg350-92ac962718b07e9b82199d39bb5ce970717da57d.zip
SHERLOCK: RT: Further split-off of Scalpel-specific code
Diffstat (limited to 'engines/sherlock/tattoo/widget_inventory.h')
-rw-r--r--engines/sherlock/tattoo/widget_inventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_inventory.h b/engines/sherlock/tattoo/widget_inventory.h
index b3e914caf7..41930779bc 100644
--- a/engines/sherlock/tattoo/widget_inventory.h
+++ b/engines/sherlock/tattoo/widget_inventory.h
@@ -33,6 +33,8 @@ class SherlockEngine;
namespace Tattoo {
+#define NUM_INVENTORY_SHOWN 8 // Number of Inventory Items Shown
+
class WidgetInventory: public WidgetBase {
private:
int _invVerbMode;