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

Strangerke Strangerke at scummvm.org
Sat May 4 20:33:05 CEST 2013


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:
d2a97a409e HOPKINS: Hide the mouse cursor, which was still visible in some part of the intro of the OS/2 and Win95 versions


Commit: d2a97a409eb37015aae6e8575d63ce42c8552eec
    https://github.com/scummvm/scummvm/commit/d2a97a409eb37015aae6e8575d63ce42c8552eec
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-05-04T11:31:44-07:00

Commit Message:
HOPKINS: Hide the mouse cursor, which was still visible in some part of the intro of the OS/2 and Win95 versions

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 8955be5..0da2d35 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -797,6 +797,8 @@ bool HopkinsEngine::runFull() {
 		}
 	}
 
+	_events->mouseOff();
+
 	if (!_events->_escKeyFl && _startGameSlot == -1) {
 		playIntro();
 		if (shouldQuit())






More information about the Scummvm-git-logs mailing list