diff options
author | Paul Gilbert | 2016-08-15 19:09:03 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-08-15 19:09:03 -0400 |
commit | e54dc36035aa7b66163064a0206c901bdf8ba5bd (patch) | |
tree | 8424a6ff547d1f5df0fa2a66fedf5537c4ac5013 /engines/titanic/messages | |
parent | ada2336267470d6a291c993dc84dad0271e8ba9f (diff) | |
download | scummvm-rg350-e54dc36035aa7b66163064a0206c901bdf8ba5bd.tar.gz scummvm-rg350-e54dc36035aa7b66163064a0206c901bdf8ba5bd.tar.bz2 scummvm-rg350-e54dc36035aa7b66163064a0206c901bdf8ba5bd.zip |
TITANIC: Implemented CParrotSuccUBus class
Diffstat (limited to 'engines/titanic/messages')
-rw-r--r-- | engines/titanic/messages/messages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/messages/messages.h b/engines/titanic/messages/messages.h index 71807f4e99..6076d43121 100644 --- a/engines/titanic/messages/messages.h +++ b/engines/titanic/messages/messages.h @@ -249,7 +249,7 @@ MESSAGE1(CGetChevLiftBits, int, value, 0); MESSAGE1(CGetChevLiftNum, int, value, 0); MESSAGE1(CGetChevRoomBits, int, value, 0); MESSAGE1(CGetChevRoomNum, int, value, 0); -MESSAGE2(CHoseConnectedMsg, int, value1, 1, int, value2, 0); +MESSAGE2(CHoseConnectedMsg, int, value, 1, CGameObject *, object, nullptr); MESSAGE0(CInitializeAnimMsg); MESSAGE1(CIsEarBowlPuzzleDone, int, value, 0); MESSAGE3(CIsHookedOnMsg, Rect, rect, Rect(), bool, result, false, CString, string1, ""); @@ -288,7 +288,7 @@ MESSAGE2(CPlayRangeMsg, int, value1, 0, int, value2, 0); MESSAGE2(CPlayerTriesRestaurantTableMsg, int, value1, 0, int, value2, 0); MESSAGE1(CPreSaveMsg, int, value, 0); MESSAGE1(CProdMaitreDMsg, int, value, 0); -MESSAGE2(CPumpingMsg, int, value1, 0, int, value2, 0); +MESSAGE2(CPumpingMsg, int, value, 0, CGameObject *, object, nullptr); MESSAGE1(CPutBotBackInHisBoxMsg, int, value, 0); MESSAGE1(CPutParrotBackMsg, int, value, 0); MESSAGE0(CPuzzleSolvedMsg); |