diff options
author | Paul Gilbert | 2016-11-30 19:50:30 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-11-30 19:50:30 -0500 |
commit | 02184cff7e5636b1fdc623d53640c07656a21c6d (patch) | |
tree | 98ef18962fcdcc95324783ab7fe0d303a116573c /engines/titanic | |
parent | 7cf299c475b06136993a662bd11f7178681dbaeb (diff) | |
download | scummvm-rg350-02184cff7e5636b1fdc623d53640c07656a21c6d.tar.gz scummvm-rg350-02184cff7e5636b1fdc623d53640c07656a21c6d.tar.bz2 scummvm-rg350-02184cff7e5636b1fdc623d53640c07656a21c6d.zip |
TITANIC: Fix turning on chest of drawers in SGT stateroom
Diffstat (limited to 'engines/titanic')
-rw-r--r-- | engines/titanic/game/sgt/chest_of_drawers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |