aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-25 19:15:47 -0400
committerPaul Gilbert2016-10-25 19:15:47 -0400
commit44bcade6d39a1410b35c894ec386ec0d7ea153d7 (patch)
tree070e2246a093c6c3978099bae8b116818ba126a0
parent20092fb386f752ba5083c0e173380d0be535003d (diff)
downloadscummvm-rg350-44bcade6d39a1410b35c894ec386ec0d7ea153d7.tar.gz
scummvm-rg350-44bcade6d39a1410b35c894ec386ec0d7ea153d7.tar.bz2
scummvm-rg350-44bcade6d39a1410b35c894ec386ec0d7ea153d7.zip
TITANIC: Keep cursor disabled for entire Doorbot intro
-rw-r--r--engines/titanic/game/cdrom_tray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/cdrom_tray.cpp b/engines/titanic/game/cdrom_tray.cpp
index 505bdad319..d6aa32c702 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 {