aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-11 23:04:43 -0400
committerPaul Gilbert2015-07-11 23:04:43 -0400
commit7bed7440c3faaa9b4ed7ebdbcba91b0ee5f7d234 (patch)
tree881d254de5587fa3aa06bc1796c4ad1c21eefb1b /engines/sherlock/tattoo/tattoo_fixed_text.cpp
parentd5ff929f4f8830e09e797f56b8074df1ba660e23 (diff)
downloadscummvm-rg350-7bed7440c3faaa9b4ed7ebdbcba91b0ee5f7d234.tar.gz
scummvm-rg350-7bed7440c3faaa9b4ed7ebdbcba91b0ee5f7d234.tar.bz2
scummvm-rg350-7bed7440c3faaa9b4ed7ebdbcba91b0ee5f7d234.zip
SHERLOCK: RT: Implement main playDarts method
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index 0bd8c38bfd..9437c3a1f0 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -73,7 +73,17 @@ static const char *const FIXED_TEXT_ENGLISH[] = {
"Turn Total",
"Dart",
"to start",
- "Hit a key"
+ "Hit a key",
+ "Press a key",
+ "bullseye",
+ "GAME OVER",
+ "BUSTED",
+ "Wins",
+ "Scored",
+ "points",
+ "Hit",
+ "Double",
+ "Triple"
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {