aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages/messages.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-16 12:41:18 -0400
committerPaul Gilbert2016-07-10 16:11:12 -0400
commitee2a70f466057eaebfc05118374d3def81eca6f3 (patch)
treeb290870f888c9ac76c17e93597154a172de71be7 /engines/titanic/messages/messages.h
parentbc716fda4b11b69eecfc0931afd3b12ef0afb589 (diff)
downloadscummvm-rg350-ee2a70f466057eaebfc05118374d3def81eca6f3.tar.gz
scummvm-rg350-ee2a70f466057eaebfc05118374d3def81eca6f3.tar.bz2
scummvm-rg350-ee2a70f466057eaebfc05118374d3def81eca6f3.zip
TITANIC: Implemented CChicken message handlers
Diffstat (limited to 'engines/titanic/messages/messages.h')
-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 76469a85e5..649b20b779 100644
--- a/engines/titanic/messages/messages.h
+++ b/engines/titanic/messages/messages.h
@@ -362,7 +362,7 @@ MESSAGE0(CTrueTalkSelfQueueAnimSetMsg);
MESSAGE3(CTrueTalkTriggerActionMsg, int, value1, 0, int, value2, 0, int, value3, 0);
MESSAGE0(CTurnOff);
MESSAGE0(CTurnOn);
-MESSAGE1(CUse, int, value, 0);
+MESSAGE1(CUse, CCarry *, item, nullptr);
MESSAGE1(CUseWithCharMsg, CCharacter *, character, nullptr);
MESSAGE1(CUseWithOtherMsg, CGameObject *, other, 0);
MESSAGE1(CVirtualKeyCharMsg, Common::KeyState, keyState, Common::KeyState());