aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_darts.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-10-16 21:00:07 -0400
committerPaul Gilbert2015-10-16 21:00:07 -0400
commitb548e4b482d64d0ab9df908d002709377ca8596a (patch)
tree6c6ca423777db43addec02d0897b93e070f5a178 /engines/sherlock/tattoo/tattoo_darts.cpp
parentee1ef54f377fa959e05e365514201c44b7ed0c58 (diff)
downloadscummvm-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/sherlock/tattoo/tattoo_darts.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_darts.cpp1
1 files changed, 1 insertions, 0 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;