aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-29 07:51:25 -0400
committerPaul Gilbert2015-06-29 07:51:25 -0400
commit753a810070b6b96d1a90cff399a41f21c31de885 (patch)
treebc84181d34cc8c7a4d9a2e5f12732fd38776133e /engines/sherlock/tattoo/tattoo_fixed_text.cpp
parent4c28682bcd4b5e2c268cfd57d8bb62fb51ebf8d3 (diff)
downloadscummvm-rg350-753a810070b6b96d1a90cff399a41f21c31de885.tar.gz
scummvm-rg350-753a810070b6b96d1a90cff399a41f21c31de885.tar.bz2
scummvm-rg350-753a810070b6b96d1a90cff399a41f21c31de885.zip
SHERLOCK: RT: Beginnings of inventory window tooltip class
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index b444009c3d..06704a59f2 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -49,10 +49,13 @@ static const char *const FIXED_TEXT_ENGLISH[] = {
"Open",
"Look",
"Talk",
+ "Use",
"Journal",
"Inventory",
"Options",
- "Solve"
+ "Solve",
+ "with",
+ "No effect..."
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {