aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.h
diff options
context:
space:
mode:
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 {