[Scummvm-cvs-logs] scummvm master -> 2db9e2760049ae00323493374c5b8a580ffaf8f8

Strangerke Strangerke at scummvm.org
Sat May 4 13:29:17 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:
2db9e27600 HOPKINS: Hide mouse before displaying credits


Commit: 2db9e2760049ae00323493374c5b8a580ffaf8f8
    https://github.com/scummvm/scummvm/commit/2db9e2760049ae00323493374c5b8a580ffaf8f8
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-05-04T04:28:04-07:00

Commit Message:
HOPKINS: Hide mouse before displaying credits

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 83d0bdf..bf80146 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -2136,6 +2136,7 @@ void HopkinsEngine::playEnding() {
 		_animMan->playAnim("FF1a.anm", "FF1a.anm", 9, 18, 18);
 		_animMan->playAnim("FF1a.anm", "FF1a.anm", 9, 18, 9);
 		_animMan->playAnim("FF2a.anm", "FF2a.anm", 24, 24, 100);
+		_events->mouseOff();
 		displayCredits();
 		_globals->_eventMode = EVENTMODE_DEFAULT;
 		_globals->_exitId = 300;






More information about the Scummvm-git-logs mailing list