aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-08 08:45:41 -0400
committerPaul Gilbert2015-08-08 08:45:41 -0400
commitbb252129b61ab2eb2b3aa84b1afa8ed1f20d7b98 (patch)
treeb7b96d98506bba42881650b62613c018c381f39f /engines/sherlock/tattoo/tattoo_fixed_text.cpp
parentee54396126a7b631d682e0cc147088a6bc1b97c9 (diff)
downloadscummvm-rg350-bb252129b61ab2eb2b3aa84b1afa8ed1f20d7b98.tar.gz
scummvm-rg350-bb252129b61ab2eb2b3aa84b1afa8ed1f20d7b98.tar.bz2
scummvm-rg350-bb252129b61ab2eb2b3aa84b1afa8ed1f20d7b98.zip
SHERLOCK: RT: Implementing password entry window
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
index 76e7b38052..c9345e44d1 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp
@@ -104,7 +104,9 @@ static const char *const FIXED_TEXT_ENGLISH[] = {
"Are you sure you",
"wish to Quit ?",
"Yes",
- "No"
+ "No",
+ "Enter Password",
+ "Going East"
};
static const char *const FIXED_TEXT_GERMAN[] = {
@@ -183,7 +185,9 @@ static const char *const FIXED_TEXT_GERMAN[] = {
"Spiel beenden? ",
"Sind Sie sicher ?",
"Ja",
- "Nein"
+ "Nein",
+ "Pacwort eingeben",
+ "Going East"
};
TattooFixedText::TattooFixedText(SherlockEngine *vm) : FixedText(vm) {