From 314c795d21ce1e67f8b3a73179b8042bc2e64487 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 16 Feb 2017 21:42:42 -0500 Subject: TITANIC: Cleanup of movie flags --- engines/titanic/game/play_on_act.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game/play_on_act.cpp') diff --git a/engines/titanic/game/play_on_act.cpp b/engines/titanic/game/play_on_act.cpp index 9c368c335d..ffed45c11f 100644 --- a/engines/titanic/game/play_on_act.cpp +++ b/engines/titanic/game/play_on_act.cpp @@ -45,7 +45,7 @@ bool CPlayOnAct::ActMsg(CActMsg *msg) { playMovie(0); } else if (msg->_action == "PlayToEnd") { setVisible(true); - playMovie(MOVIE_GAMESTATE); + playMovie(MOVIE_WAIT_FOR_FINISH); } return true; -- cgit v1.2.3