[Scummvm-git-logs] scummvm master -> 9c61afb701f9ebde70730fc4834f4f5b466e1d39

dreammaster dreammaster at scummvm.org
Tue Oct 3 03:32:19 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:
9c61afb701 TITANIC: DE: Fix perched parrot animations


Commit: 9c61afb701f9ebde70730fc4834f4f5b466e1d39
    https://github.com/scummvm/scummvm/commit/9c61afb701f9ebde70730fc4834f4f5b466e1d39
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-02T21:32:11-04:00

Commit Message:
TITANIC: DE: Fix perched parrot animations

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


diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp
index ba07d1d1..c34882c 100644
--- a/engines/titanic/npcs/parrot.cpp
+++ b/engines/titanic/npcs/parrot.cpp
@@ -697,7 +697,7 @@ bool CParrot::PutParrotBackMsg(CPutParrotBackMsg *msg) {
 
 bool CParrot::PreEnterViewMsg(CPreEnterViewMsg *msg) {
 	if (_state == PARROT_IN_CAGE) {
-		loadMovie("z167.avi", false);
+		loadMovie(TRANSLATE("z167.avi", "z190.avi"), false);
 		loadFrame(0);
 	}
 





More information about the Scummvm-git-logs mailing list