aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.h
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.h
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.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index 2052b34cd7..3f43678ca2 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -104,7 +104,9 @@ enum FixedTextId {
kFixedText_AreYouSureYou,
kFixedText_WishToQuit,
kFixedText_Yes,
- kFixedText_No
+ kFixedText_No,
+ kFixedText_EnterPassword,
+ kFixedText_CorrectPassword
};
class TattooFixedText: public FixedText {