aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/background.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/background.cpp')
-rw-r--r--engines/titanic/core/background.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/background.cpp b/engines/titanic/core/background.cpp
index 9f22f1e992..d6419f23db 100644
--- a/engines/titanic/core/background.cpp
+++ b/engines/titanic/core/background.cpp
@@ -58,7 +58,7 @@ void CBackground::load(SimpleFile *file) {
bool CBackground::StatusChangeMsg(CStatusChangeMsg *msg) {
setVisible(true);
if (_isBlocking) {
- playMovie(_startFrame, _endFrame, MOVIE_GAMESTATE);
+ playMovie(_startFrame, _endFrame, MOVIE_WAIT_FOR_FINISH);
} else {
playMovie(_startFrame, _endFrame, 0);
}