aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-05 18:23:23 -0400
committerPaul Gilbert2017-07-05 18:23:23 -0400
commit7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f (patch)
tree1916bb54da9acca8519f3b286550355096584c0d /engines/titanic/messages
parent6f46b174df5f861220b935e16ce998b66062e4ca (diff)
downloadscummvm-rg350-7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f.tar.gz
scummvm-rg350-7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f.tar.bz2
scummvm-rg350-7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f.zip
TITANIC: Fix parrot to only eat hot plain chickens
Diffstat (limited to 'engines/titanic/messages')
-rw-r--r--engines/titanic/messages/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/messages/messages.h b/engines/titanic/messages/messages.h
index 0b1da593e8..dfedfdb549 100644
--- a/engines/titanic/messages/messages.h
+++ b/engines/titanic/messages/messages.h
@@ -301,7 +301,7 @@ MESSAGE1(COnSummonBotMsg, int, value, 0);
MESSAGE0(COpeningCreditsMsg);
MESSAGE1(CPanningAwayFromParrotMsg, CMovePlayerTo *, target, nullptr);
MESSAGE2(CParrotSpeakMsg, CString, target, "", CString, action, "");
-MESSAGE2(CParrotTriesChickenMsg, int, value1, 0, int, value2, 0);
+MESSAGE2(CParrotTriesChickenMsg, bool, isHot, false, int, condiment, 0);
MESSAGE1(CPhonographPlayMsg, int, value, 0);
MESSAGE0(CPhonographReadyToPlayMsg);
MESSAGE1(CPhonographRecordMsg, bool, canRecord, false);