From 2bf19f8ece0037f0cbb989c9aaf485af3a8ba808 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 15 Aug 2017 21:55:52 -0400 Subject: TITANIC: Fix too long animation in Pellerator journeys --- engines/titanic/game/transport/pellerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/game/transport/pellerator.cpp b/engines/titanic/game/transport/pellerator.cpp index 8a94e82803..92ce431567 100644 --- a/engines/titanic/game/transport/pellerator.cpp +++ b/engines/titanic/game/transport/pellerator.cpp @@ -155,7 +155,7 @@ bool CPellerator::StatusChangeMsg(CStatusChangeMsg *msg) { case 5: playMovie(315, 323, 0); for (int idx = 0; idx < 7; ++idx) - playMovie(229, 304, 0); + playMovie(299, 304, 0); for (int idx = 0; idx < 12; ++idx) playMovie(245, 255, 0); for (int idx = 0; idx < 3; ++idx) -- cgit v1.2.3