aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/head_smash_event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/head_smash_event.cpp')
-rw-r--r--engines/titanic/game/head_smash_event.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/head_smash_event.cpp b/engines/titanic/game/head_smash_event.cpp
index 5ec3d299d5..dd5e516b0d 100644
--- a/engines/titanic/game/head_smash_event.cpp
+++ b/engines/titanic/game/head_smash_event.cpp
@@ -42,7 +42,7 @@ void CHeadSmashEvent::load(SimpleFile *file) {
bool CHeadSmashEvent::ActMsg(CActMsg *msg) {
if (msg->_action == "PlayToEnd") {
setVisible(true);
- playMovie(MOVIE_NOTIFY_OBJECT | MOVIE_GAMESTATE);
+ playMovie(MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH);
}
return true;