diff options
author | Paul Gilbert | 2015-10-16 21:00:07 -0400 |
---|---|---|
committer | Paul Gilbert | 2015-10-16 21:00:07 -0400 |
commit | b548e4b482d64d0ab9df908d002709377ca8596a (patch) | |
tree | 6c6ca423777db43addec02d0897b93e070f5a178 /engines | |
parent | ee1ef54f377fa959e05e365514201c44b7ed0c58 (diff) | |
download | scummvm-rg350-b548e4b482d64d0ab9df908d002709377ca8596a.tar.gz scummvm-rg350-b548e4b482d64d0ab9df908d002709377ca8596a.tar.bz2 scummvm-rg350-b548e4b482d64d0ab9df908d002709377ca8596a.zip |
SHERLOCK: RT: Fix darts info display and hide cursor
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_darts.cpp | 1 | ||||
-rw-r--r-- | engines/sherlock/tattoo/tattoo_fixed_text.cpp | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/engines/sherlock/tattoo/tattoo_darts.cpp b/engines/sherlock/tattoo/tattoo_darts.cpp index 6d6c74dcf6..f05e97ef32 100644 --- a/engines/sherlock/tattoo/tattoo_darts.cpp +++ b/engines/sherlock/tattoo/tattoo_darts.cpp @@ -89,6 +89,7 @@ void Darts::playDarts(GameType gameType) { // Load dart graphics and initialize values loadDarts(); initDarts(); + events.hideCursor(); while (!done && !_vm->shouldQuit()) { int roundStart, score; diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.cpp b/engines/sherlock/tattoo/tattoo_fixed_text.cpp index 571a697153..c12ed3a00a 100644 --- a/engines/sherlock/tattoo/tattoo_fixed_text.cpp +++ b/engines/sherlock/tattoo/tattoo_fixed_text.cpp @@ -70,9 +70,9 @@ static const char *const fixedTextEN[] = { "Holmes", "Jock", "Bull", - "Round: %d", - "Turn Total: %d", - "Dart # %d", + "Round", + "Turn Total", + "Dart", "to start", "Hit a key", "Press a key", |