diff options
author | Paul Gilbert | 2017-07-05 18:23:23 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-07-05 18:23:23 -0400 |
commit | 7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f (patch) | |
tree | 1916bb54da9acca8519f3b286550355096584c0d /engines/titanic/messages | |
parent | 6f46b174df5f861220b935e16ce998b66062e4ca (diff) | |
download | scummvm-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.h | 2 |
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); |