[Scummvm-git-logs] scummvm master -> 2bf19f8ece0037f0cbb989c9aaf485af3a8ba808

dreammaster dreammaster at scummvm.org
Wed Aug 16 03:55:58 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2bf19f8ece TITANIC: Fix too long animation in Pellerator journeys


Commit: 2bf19f8ece0037f0cbb989c9aaf485af3a8ba808
    https://github.com/scummvm/scummvm/commit/2bf19f8ece0037f0cbb989c9aaf485af3a8ba808
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-15T21:55:52-04:00

Commit Message:
TITANIC: Fix too long animation in Pellerator journeys

Changed paths:
    engines/titanic/game/transport/pellerator.cpp


diff --git a/engines/titanic/game/transport/pellerator.cpp b/engines/titanic/game/transport/pellerator.cpp
index 8a94e82..92ce431 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)





More information about the Scummvm-git-logs mailing list