[Scummvm-git-logs] scummvm master -> 02184cff7e5636b1fdc623d53640c07656a21c6d

dreammaster dreammaster at scummvm.org
Thu Dec 1 01:50:36 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:
02184cff7e TITANIC: Fix turning on chest of drawers in SGT stateroom


Commit: 02184cff7e5636b1fdc623d53640c07656a21c6d
    https://github.com/scummvm/scummvm/commit/02184cff7e5636b1fdc623d53640c07656a21c6d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-11-30T19:50:30-05:00

Commit Message:
TITANIC: Fix turning on chest of drawers in SGT stateroom

Changed paths:
    engines/titanic/game/sgt/chest_of_drawers.cpp


diff --git a/engines/titanic/game/sgt/chest_of_drawers.cpp b/engines/titanic/game/sgt/chest_of_drawers.cpp
index 59479c1..9e00d4f 100644
--- a/engines/titanic/game/sgt/chest_of_drawers.cpp
+++ b/engines/titanic/game/sgt/chest_of_drawers.cpp
@@ -46,6 +46,7 @@ bool CChestOfDrawers::TurnOn(CTurnOn *msg) {
 		_statics->_chestOfDrawers = "Open";
 		_startFrame = 1;
 		_endFrame = 14;
+		playMovie(1, 14, MOVIE_NOTIFY_OBJECT | MOVIE_GAMESTATE);
 		playSound("b#11.wav");
 	}
 





More information about the Scummvm-git-logs mailing list