[Scummvm-git-logs] scummvm master -> 030b1d369d21bbd82fc5b101c8dd3ad58d612263
dreammaster
dreammaster at scummvm.org
Sun Sep 10 02:24:23 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:
030b1d369d TITANIC: Fix nav helmet glitch from leaving view when it's animating
Commit: 030b1d369d21bbd82fc5b101c8dd3ad58d612263
https://github.com/scummvm/scummvm/commit/030b1d369d21bbd82fc5b101c8dd3ad58d612263
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-09-09T20:24:18-04:00
Commit Message:
TITANIC: Fix nav helmet glitch from leaving view when it's animating
Changed paths:
engines/titanic/game/nav_helmet.cpp
diff --git a/engines/titanic/game/nav_helmet.cpp b/engines/titanic/game/nav_helmet.cpp
index e59a16f..6a54d01 100644
--- a/engines/titanic/game/nav_helmet.cpp
+++ b/engines/titanic/game/nav_helmet.cpp
@@ -68,6 +68,7 @@ bool CNavHelmet::MovieEndMsg(CMovieEndMsg *msg) {
bool CNavHelmet::EnterViewMsg(CEnterViewMsg *msg) {
petSetRemoteTarget();
+ loadFrame(120);
return true;
}
More information about the Scummvm-git-logs
mailing list