[Scummvm-git-logs] scummvm master -> 44bcade6d39a1410b35c894ec386ec0d7ea153d7

dreammaster dreammaster at scummvm.org
Wed Oct 26 01:15:54 CEST 2016


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:
44bcade6d3 TITANIC: Keep cursor disabled for entire Doorbot intro


Commit: 44bcade6d39a1410b35c894ec386ec0d7ea153d7
    https://github.com/scummvm/scummvm/commit/44bcade6d39a1410b35c894ec386ec0d7ea153d7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-10-25T19:15:47-04:00

Commit Message:
TITANIC: Keep cursor disabled for entire Doorbot intro

Changed paths:
    engines/titanic/game/cdrom_tray.cpp



diff --git a/engines/titanic/game/cdrom_tray.cpp b/engines/titanic/game/cdrom_tray.cpp
index 505bdad..d6aa32c7 100644
--- a/engines/titanic/game/cdrom_tray.cpp
+++ b/engines/titanic/game/cdrom_tray.cpp
@@ -95,6 +95,7 @@ bool CCDROMTray::ActMsg(CActMsg *msg) {
 			playSound("a#35.wav", 50, 0, 0);
 		} else if (msg->_action == "newSTCD") {
 			// Starship Titanic CD dropped on CDROM Tray
+			disableMouse();
 			playMovie(11, 21, MOVIE_NOTIFY_OBJECT);
 			playSound("a#35.wav", 50, 0, 0);
 		} else {





More information about the Scummvm-git-logs mailing list