aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.h
diff options
context:
space:
mode:
authorMartin Kiewitz2016-02-15 02:26:20 +0100
committerMartin Kiewitz2016-02-15 02:26:20 +0100
commit1bd06d88f9af46bb439507ed213bf7ad57e989ae (patch)
treed7bb0aae82c8abe4cd9c5137d978f6db06266790 /engines/sherlock/tattoo/tattoo_fixed_text.h
parent64d40caecd6a3c7aa75c1ebe043c587421db0e9c (diff)
downloadscummvm-rg350-1bd06d88f9af46bb439507ed213bf7ad57e989ae.tar.gz
scummvm-rg350-1bd06d88f9af46bb439507ed213bf7ad57e989ae.tar.bz2
scummvm-rg350-1bd06d88f9af46bb439507ed213bf7ad57e989ae.zip
SHERLOCK: RT: Make darts game properly multilingual
Hopefully all issues were caught Also added a "wait for keypress" right after result of latest dart throw is shown like in the original, so that dart results are not immediately cleared. Also added support for "1 point" instead of writing "1 points"
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.h38
1 files changed, 20 insertions, 18 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index 48d237db3c..da1159eec9 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -68,24 +68,26 @@ enum FixedTextId {
kFixedText_SearchForwards,
kFixedText_TextNotFound,
- kFixedText_Holmes,
- kFixedText_Jock,
- kFixedText_Bull,
- kFixedText_Round,
- kFixedText_TurnTotal,
- kFixedText_Dart,
- kFixedText_ToStart,
- kFixedText_HitAKey,
- kFixedText_PressAKey,
- kFixedText_Bullseye,
- kFixedText_GameOver,
- kFixedText_Busted,
- kFixedText_Wins,
- kFixedText_Scored,
- kFixedText_Points,
- kFixedText_Hit,
- kFixedText_Double,
- kFixedText_Triple,
+ kFixedText_DartsPlayerHolmes,
+ kFixedText_DartsPlayerJock,
+ kFixedText_DartsBull,
+ kFixedText_DartsCurrentRound,
+ kFixedText_DartsCurrentTotalPoints,
+ kFixedText_DartsCurrentDart,
+ kFixedText_DartsStartPressKey1,
+ kFixedText_DartsStartPressKey2,
+ kFixedText_DartsPressKey,
+ kFixedText_DartsGameOver,
+ kFixedText_DartsBusted,
+ kFixedText_DartsWins,
+ kFixedText_DartsScoredPoint,
+ kFixedText_DartsScoredPoints,
+ kFixedText_DartsHitSingle,
+ kFixedText_DartsHitDouble,
+ kFixedText_DartsHitTriple,
+ kFixedText_DartsHitSingleBullseye,
+ kFixedText_DartsHitDoubleBullseye,
+ kFixedText_DartsHitTripleBullseye,
kFixedText_Apply,
kFixedText_Water,