aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2017-09-09 20:24:18 -0400
committerPaul Gilbert2017-09-09 20:24:18 -0400
commit030b1d369d21bbd82fc5b101c8dd3ad58d612263 (patch)
treef764b84428ce33188c6a334e21a4968646616267 /engines
parentc9a92c3c16aa7f590c7f58e0cc7e0fe001030216 (diff)
downloadscummvm-rg350-030b1d369d21bbd82fc5b101c8dd3ad58d612263.tar.gz
scummvm-rg350-030b1d369d21bbd82fc5b101c8dd3ad58d612263.tar.bz2
scummvm-rg350-030b1d369d21bbd82fc5b101c8dd3ad58d612263.zip
TITANIC: Fix nav helmet glitch from leaving view when it's animating
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/game/nav_helmet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/nav_helmet.cpp b/engines/titanic/game/nav_helmet.cpp
index e59a16f22f..6a54d01cbd 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;
}