Skip to content

Commit

Permalink
TITANIC: Fix Parrot speech when eating chicken
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jan 21, 2017
1 parent b8e7ace commit 257601b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/npcs/parrot.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 257601b

Please sign in to comment.