From 339df8657e883ba62bd5c4c474ab920dfa3d19c8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 7 May 2016 16:50:39 -0400 Subject: TITANIC: Implement CTrueTalkManager triggerNPC --- engines/titanic/messages/messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/messages') diff --git a/engines/titanic/messages/messages.h b/engines/titanic/messages/messages.h index aeb82d5448..561120de34 100644 --- a/engines/titanic/messages/messages.h +++ b/engines/titanic/messages/messages.h @@ -341,7 +341,7 @@ MESSAGE1(CTranslateObjectMsg, Point, delta, Point()); MESSAGE3(CTransportMsg, CString, roomName, "", int, value1, 0, int, value2, 0); MESSAGE1(CTriggerAutoMusicPlayerMsg, int, value, 0); MESSAGE1(CTriggerNPCEvent, int, value, 0); -MESSAGE4(CTrueTalkGetAnimSetMsg, int, value1, 0, int, value2, 0, int, value3, 0, int, value4, 0); +MESSAGE4(CTrueTalkGetAnimSetMsg, int, value1, 0, uint, index, 0, uint, startFrame, 0, uint, endFrame, 0); MESSAGE2(CTrueTalkGetAssetDetailsMsg, CString, filename, "", int, numValue, 0); MESSAGE2(CTrueTalkGetStateValueMsg, int, value1, 0, int, value2, -1000); MESSAGE2(CTrueTalkNotifySpeechEndedMsg, int, value1, 0, int, value2, 0); -- cgit v1.2.3