[Scummvm-cvs-logs] scummvm master -> 540570d3c7c12eff07d97c48b3ce150048ef0ee9

sev- sev at scummvm.org
Wed Aug 17 20:27:04 CEST 2016


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:
540570d3c7 TITANIC: Fix typo


Commit: 540570d3c7c12eff07d97c48b3ce150048ef0ee9
    https://github.com/scummvm/scummvm/commit/540570d3c7c12eff07d97c48b3ce150048ef0ee9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-08-17T20:26:49+02:00

Commit Message:
TITANIC: Fix typo

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 9193065..5bc2423 100644
--- a/engines/titanic/game/transport/pellerator.cpp
+++ b/engines/titanic/game/transport/pellerator.cpp
@@ -93,7 +93,7 @@ bool CPellerator::StatusChangeMsg(CStatusChangeMsg *msg) {
 					for (int idx = 0; idx < 5; ++idx)
 						playMovie(253, 263, 0);
 					playMovie(153, 197, 0);
-					for (int idx = 0; idx, 5; ++idx)
+					for (int idx = 0; idx < 5; ++idx)
 						playMovie(253, 263, 0);
 					playMovie(290, 293, MOVIE_GAMESTATE);
 					break;






More information about the Scummvm-git-logs mailing list