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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index facb51721c..752b7b67f2 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -70,7 +70,10 @@ enum FixedTextId {
kFixedText_Jock,
kFixedText_Bull,
kFixedText_Round,
- kFixedText_TurnTotal
+ kFixedText_TurnTotal,
+ kFixedText_Dart,
+ kFixedText_HitAKey,
+ kFixedText_ToStart
};
class TattooFixedText: public FixedText {