[Scummvm-git-logs] scummvm master -> 257601bdbf0b7394b450073958cd6babaa29baed

dreammaster dreammaster at scummvm.org
Sat Jan 21 23:43:34 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:
257601bdbf TITANIC: Fix Parrot speech when eating chicken


Commit: 257601bdbf0b7394b450073958cd6babaa29baed
    https://github.com/scummvm/scummvm/commit/257601bdbf0b7394b450073958cd6babaa29baed
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-01-21T17:43:28-05:00

Commit Message:
TITANIC: Fix Parrot speech when eating chicken

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


diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp
index 4fdcc1d..b570bea 100644
--- a/engines/titanic/npcs/parrot.cpp
+++ b/engines/titanic/npcs/parrot.cpp
@@ -258,7 +258,7 @@ bool CParrot::MovieEndMsg(CMovieEndMsg *msg) {
 			statusMsg.execute("PerchCoreHolder");
 
 			CTrueTalkTriggerActionMsg actionMsg;
-			actionMsg._param1 = 280266;
+			actionMsg._action = 280266;
 			actionMsg._param2 = 1;
 			actionMsg.execute(this);
 





More information about the Scummvm-git-logs mailing list