aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/games_console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/games_console.cpp')
-rw-r--r--engines/titanic/game/games_console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/games_console.cpp b/engines/titanic/game/games_console.cpp
index 40311f70ee..6c13f4b862 100644
--- a/engines/titanic/game/games_console.cpp
+++ b/engines/titanic/game/games_console.cpp
@@ -56,7 +56,7 @@ bool CGamesConsole::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
bool CGamesConsole::LeaveViewMsg(CLeaveViewMsg *msg) {
if (_active) {
_active = false;
- playMovie(23, 44, MOVIE_GAMESTATE);
+ playMovie(23, 44, MOVIE_WAIT_FOR_FINISH);
}
return true;