aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic')
-rw-r--r--engines/titanic/game/broken_pellerator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/game/broken_pellerator.cpp b/engines/titanic/game/broken_pellerator.cpp
index 5de728481b..809cfb309e 100644
--- a/engines/titanic/game/broken_pellerator.cpp
+++ b/engines/titanic/game/broken_pellerator.cpp
@@ -142,9 +142,11 @@ bool CBrokenPellerator::MovieEndMsg(CMovieEndMsg *msg) {
switch (_closeAction) {
case 1:
changeView(_exitLeftView);
+ _closeAction = CLOSE_NONE;
break;
case 2:
changeView(_exitRightView);
+ _closeAction = CLOSE_NONE;
break;
default:
break;