From 02184cff7e5636b1fdc623d53640c07656a21c6d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 30 Nov 2016 19:50:30 -0500 Subject: TITANIC: Fix turning on chest of drawers in SGT stateroom --- engines/titanic/game/sgt/chest_of_drawers.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/titanic/game/sgt/chest_of_drawers.cpp b/engines/titanic/game/sgt/chest_of_drawers.cpp index 59479c124c..9e00d4fde7 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"); } -- cgit v1.2.3