aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/phonograph_lid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/phonograph_lid.cpp')
-rw-r--r--engines/titanic/game/phonograph_lid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/phonograph_lid.cpp b/engines/titanic/game/phonograph_lid.cpp
index e4e5f4882c..cde9415e02 100644
--- a/engines/titanic/game/phonograph_lid.cpp
+++ b/engines/titanic/game/phonograph_lid.cpp
@@ -76,7 +76,7 @@ bool CPhonographLid::LockPhonographMsg(CLockPhonographMsg *msg) {
bool CPhonographLid::LeaveViewMsg(CLeaveViewMsg *msg) {
if (_open) {
- playMovie(27, 55, MOVIE_GAMESTATE);
+ playMovie(27, 55, MOVIE_WAIT_FOR_FINISH);
_open = false;
}