[Scummvm-git-logs] scummvm master -> 3382a32cd8c62c99c24526df56e5aeda3a3976f0
dreammaster
dreammaster at scummvm.org
Thu Jul 27 02:22:54 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:
3382a32cd8 TITANIC: Have Promenade fan properly renaimate when returning to view
Commit: 3382a32cd8c62c99c24526df56e5aeda3a3976f0
https://github.com/scummvm/scummvm/commit/3382a32cd8c62c99c24526df56e5aeda3a3976f0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-26T20:22:46-04:00
Commit Message:
TITANIC: Have Promenade fan properly renaimate when returning to view
Changed paths:
engines/titanic/game/fan.cpp
diff --git a/engines/titanic/game/fan.cpp b/engines/titanic/game/fan.cpp
index 3fdebbd..a115a56 100644
--- a/engines/titanic/game/fan.cpp
+++ b/engines/titanic/game/fan.cpp
@@ -49,13 +49,12 @@ void CFan::load(SimpleFile *file) {
bool CFan::EnterViewMsg(CEnterViewMsg *msg) {
switch (_state) {
case 0:
- case 1:
loadFrame(0);
break;
- case 2:
+ case 1:
playMovie(24, 34, MOVIE_REPEAT);
break;
- case 3:
+ case 2:
playMovie(63, 65, MOVIE_REPEAT);
break;
}
More information about the Scummvm-git-logs
mailing list