aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/nut_replacer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/nut_replacer.cpp')
-rw-r--r--engines/titanic/game/nut_replacer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/nut_replacer.cpp b/engines/titanic/game/nut_replacer.cpp
index 6b05d1d0e9..3b1247fd8c 100644
--- a/engines/titanic/game/nut_replacer.cpp
+++ b/engines/titanic/game/nut_replacer.cpp
@@ -41,7 +41,7 @@ void CNutReplacer::load(SimpleFile *file) {
bool CNutReplacer::ReplaceBowlAndNutsMsg(CReplaceBowlAndNutsMsg *msg) {
setVisible(true);
- playMovie(MOVIE_GAMESTATE | MOVIE_NOTIFY_OBJECT);
+ playMovie(MOVIE_WAIT_FOR_FINISH | MOVIE_NOTIFY_OBJECT);
return true;
}