aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-28 13:29:32 -0400
committerPaul Gilbert2015-06-28 13:29:32 -0400
commitd5c1f8b8d645136cf72981186db6e81b2082b773 (patch)
treefbf461f7cb4650ee7d003b8d94ea976ad02d916f /engines/sherlock/tattoo/tattoo_fixed_text.cpp
parent631be5b6585e28b5e60aa0ff3be9f8e35d4316a2 (diff)
downloadscummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.tar.gz
scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.tar.bz2
scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.zip
SHERLOCK: RT: Implement initial inventory
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp21
1 files changed, 20 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index 6232ce4a9b..b444009c3d 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -28,12 +28,31 @@ namespace Sherlock {
namespace Tattoo {
static const char *const FIXED_TEXT_ENGLISH[] = {
+ "Money",
+ "Card",
+ "Tobacco",
+ "Timetable",
+ "Summons",
+ "Foolscap",
+ "Damp Paper",
+ "Bull's Eye",
+
+ "Money",
+ "Card",
+ "Tobacco",
+ "Timetable",
+ "Summons",
+ "Foolscap",
+ "Foolscap",
+ "Bull's Eye Lantern",
+
"Open",
"Look",
"Talk",
"Journal",
"Inventory",
- "Options"
+ "Options",
+ "Solve"
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {