aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/throw_tv_down_well.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/throw_tv_down_well.cpp')
-rw-r--r--engines/titanic/game/throw_tv_down_well.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/throw_tv_down_well.cpp b/engines/titanic/game/throw_tv_down_well.cpp
index be61f6e9ab..680fc7e29f 100644
--- a/engines/titanic/game/throw_tv_down_well.cpp
+++ b/engines/titanic/game/throw_tv_down_well.cpp
@@ -60,7 +60,7 @@ bool CThrowTVDownWell::ActMsg(CActMsg *msg) {
}
bool CThrowTVDownWell::EnterViewMsg(CEnterViewMsg *msg) {
- playMovie(MOVIE_NOTIFY_OBJECT | MOVIE_GAMESTATE);
+ playMovie(MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH);
movieEvent(49);
return true;
}