[Scummvm-git-logs] scummvm master -> 817312b52d883682f1202fcce86fecede778ab53

dreammaster dreammaster at scummvm.org
Tue Jan 17 03:46:48 CET 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:
817312b52d TITANIC: Fix CParrot movieFrameMsg


Commit: 817312b52d883682f1202fcce86fecede778ab53
    https://github.com/scummvm/scummvm/commit/817312b52d883682f1202fcce86fecede778ab53
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-01-16T21:46:41-05:00

Commit Message:
TITANIC: Fix CParrot movieFrameMsg

Changed paths:
    engines/titanic/npcs/parrot.cpp


diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp
index a35a0d9..48c2914 100644
--- a/engines/titanic/npcs/parrot.cpp
+++ b/engines/titanic/npcs/parrot.cpp
@@ -684,7 +684,7 @@ bool CParrot::MovieFrameMsg(CMovieFrameMsg *msg) {
 
 	switch (msg->_frameNumber) {
 	case 244:
-		setPosition(Point(_bounds.left, _bounds.top + 45));
+		setPosition(Point(_bounds.left + 45, _bounds.top));
 		break;
 	case 261:
 	case 262:





More information about the Scummvm-git-logs mailing list