aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-03 14:46:52 -0400
committerPaul Gilbert2015-07-03 14:46:52 -0400
commit895d2277e68d6ab7759be4b182f1c021059be883 (patch)
treef988b91bc891ea956a7d5a864ebda8f95d7dc5e3 /engines/sherlock/tattoo/tattoo_fixed_text.cpp
parent273f4ae9458069b5a2057e670ad093079c724f77 (diff)
downloadscummvm-rg350-895d2277e68d6ab7759be4b182f1c021059be883.tar.gz
scummvm-rg350-895d2277e68d6ab7759be4b182f1c021059be883.tar.bz2
scummvm-rg350-895d2277e68d6ab7759be4b182f1c021059be883.zip
SHERLOCK: RT: Implement talk dialog handleEvents
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index 06704a59f2..1a40c704ee 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -55,7 +55,8 @@ static const char *const FIXED_TEXT_ENGLISH[] = {
"Options",
"Solve",
"with",
- "No effect..."
+ "No effect...",
+ "This person has nothing to say at the moment"
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {