diff options
author | Paul Gilbert | 2016-08-13 15:09:57 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-08-13 15:09:57 -0400 |
commit | 786f2ca4487ea852bf3f4b95dbafc8499ed526cb (patch) | |
tree | 7369c693a1f66272e2f8c9f9f64cc8b6ba0fd9dd /engines/titanic/messages | |
parent | bbc9e072271e787dd151f24f4b4c43a0528c5ee3 (diff) | |
download | scummvm-rg350-786f2ca4487ea852bf3f4b95dbafc8499ed526cb.tar.gz scummvm-rg350-786f2ca4487ea852bf3f4b95dbafc8499ed526cb.tar.bz2 scummvm-rg350-786f2ca4487ea852bf3f4b95dbafc8499ed526cb.zip |
TITANIC: Implementing CBarbot game object class
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 0935689db7..72da66feef 100644 --- a/engines/titanic/messages/messages.h +++ b/engines/titanic/messages/messages.h @@ -278,7 +278,7 @@ MESSAGE1(CNutPuzzleMsg, CString, value, ""); MESSAGE1(COnSummonBotMsg, int, value, 0); MESSAGE0(COpeningCreditsMsg); MESSAGE1(CPanningAwayFromParrotMsg, int, value, 0); -MESSAGE2(CParrotSpeakMsg, CString, value1, "", CString, value2, ""); +MESSAGE2(CParrotSpeakMsg, CString, target, "", CString, action, ""); MESSAGE2(CParrotTriesChickenMsg, int, value1, 0, int, value2, 0); MESSAGE1(CPhonographPlayMsg, int, value, 0); MESSAGE0(CPhonographReadyToPlayMsg); |