[Scummvm-cvs-logs] scummvm master -> 3a0fb8aebbe8ee0b638e45ed6facfab4b167a5be

dreammaster dreammaster at scummvm.org
Sat Jul 11 01:08:30 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:
3a0fb8aebb SHERLOCK: RT: Show cursor after loading savegame


Commit: 3a0fb8aebbe8ee0b638e45ed6facfab4b167a5be
    https://github.com/scummvm/scummvm/commit/3a0fb8aebbe8ee0b638e45ed6facfab4b167a5be
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-10T19:07:30-04:00

Commit Message:
SHERLOCK: RT: Show cursor after loading savegame

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



diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp
index 8541888..ab2e541 100644
--- a/engines/sherlock/tattoo/tattoo.cpp
+++ b/engines/sherlock/tattoo/tattoo.cpp
@@ -90,6 +90,8 @@ void TattooEngine::startScene() {
 	}
 
 	// TODO
+
+	_events->setCursor(ARROW);
 }
 
 void TattooEngine::loadInitialPalette() {






More information about the Scummvm-git-logs mailing list