[Scummvm-git-logs] scummvm master -> 26ba577aa5fb8d8855de5e0f0b38b9944b95f859

dreammaster dreammaster at scummvm.org
Wed Nov 2 04:38:52 CET 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:
26ba577aa5 TITANIC: Fix Deskbot startup animation


Commit: 26ba577aa5fb8d8855de5e0f0b38b9944b95f859
    https://github.com/scummvm/scummvm/commit/26ba577aa5fb8d8855de5e0f0b38b9944b95f859
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-11-01T23:38:41-04:00

Commit Message:
TITANIC: Fix Deskbot startup animation

Changed paths:
    engines/titanic/npcs/deskbot.cpp



diff --git a/engines/titanic/npcs/deskbot.cpp b/engines/titanic/npcs/deskbot.cpp
index 083ed79..daa2e55 100644
--- a/engines/titanic/npcs/deskbot.cpp
+++ b/engines/titanic/npcs/deskbot.cpp
@@ -78,7 +78,9 @@ void CDeskbot::load(SimpleFile *file) {
 bool CDeskbot::TurnOn(CTurnOn *msg) {
 	if (!_deskbotActive) {
 		setVisible(true);
-		playClip("BellRinging", MOVIE_NOTIFY_OBJECT);
+		playClip("BellRinging");
+		playClip("Opening", MOVIE_NOTIFY_OBJECT);
+
 		playSound("b#69.wav");
 		petSetArea(PET_CONVERSATION);
 





More information about the Scummvm-git-logs mailing list