aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-26 22:31:59 -0400
committerPaul Gilbert2015-06-26 22:31:59 -0400
commitab28816acd893794f766e2860ada1fab8a60d39f (patch)
tree435821d162e55c5e07e1c8a7145e24f3b2bcb22e /engines/sherlock/tattoo/tattoo_fixed_text.h
parentf5af394babe88a2a0cee2b515e026d982bc341fc (diff)
downloadscummvm-rg350-ab28816acd893794f766e2860ada1fab8a60d39f.tar.gz
scummvm-rg350-ab28816acd893794f766e2860ada1fab8a60d39f.tar.bz2
scummvm-rg350-ab28816acd893794f766e2860ada1fab8a60d39f.zip
SHERLOCK: RT: Finish display of right-click Verbs menu
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index 1ac75aa56a..729b7073de 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -33,7 +33,9 @@ enum FixedTextId {
kFixedText_Open,
kFixedText_Look,
kFixedText_Talk,
- kFixedText_Journal
+ kFixedText_Journal,
+ kFixedText_Inventory,
+ kFixedText_Options
};
class TattooFixedText: public FixedText {