aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-10 22:15:33 -0400
committerPaul Gilbert2015-07-10 22:15:33 -0400
commit0c14679e46b71f5189ca3120ab1c6df6885f8c7b (patch)
tree061a5a63858fc2c43debee6391971dd6bb07430e /engines/sherlock/tattoo/tattoo_fixed_text.cpp
parent4c4aa45b5595990af3fc674b0c912be0d278be1e (diff)
downloadscummvm-rg350-0c14679e46b71f5189ca3120ab1c6df6885f8c7b.tar.gz
scummvm-rg350-0c14679e46b71f5189ca3120ab1c6df6885f8c7b.tar.bz2
scummvm-rg350-0c14679e46b71f5189ca3120ab1c6df6885f8c7b.zip
SHERLOCK: RT: Implementing support methods for Darts game
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index 4ee9e5eb34..568b59f2de 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -64,7 +64,13 @@ static const char *const FIXED_TEXT_ENGLISH[] = {
"Abort Search",
"Search Backwards",
"Search Forwards",
- "Text Not Found !"
+ "Text Not Found !",
+
+ "Holmes",
+ "Jock",
+ "Bull",
+ "Round",
+ "Turn Total"
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {