[Scummvm-cvs-logs] scummvm master -> b548e4b482d64d0ab9df908d002709377ca8596a

dreammaster dreammaster at scummvm.org
Sat Oct 17 03:00:41 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b548e4b482 SHERLOCK: RT: Fix darts info display and hide cursor


Commit: b548e4b482d64d0ab9df908d002709377ca8596a
    https://github.com/scummvm/scummvm/commit/b548e4b482d64d0ab9df908d002709377ca8596a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-10-16T21:00:07-04:00

Commit Message:
SHERLOCK: RT: Fix darts info display and hide cursor

Changed paths:
    engines/sherlock/tattoo/tattoo_darts.cpp
    engines/sherlock/tattoo/tattoo_fixed_text.cpp



diff --git a/engines/sherlock/tattoo/tattoo_darts.cpp b/engines/sherlock/tattoo/tattoo_darts.cpp
index 6d6c74d..f05e97e 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 571a697..c12ed3a 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",






More information about the Scummvm-git-logs mailing list