From 1e42f6ffed4c1d187863b548c708b42d611aab0e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 6 May 2016 21:27:50 -0400 Subject: TITANIC: Beginnings of input line processing --- engines/titanic/messages/messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/messages/messages.h') diff --git a/engines/titanic/messages/messages.h b/engines/titanic/messages/messages.h index f9589ce76a..aeb82d5448 100644 --- a/engines/titanic/messages/messages.h +++ b/engines/titanic/messages/messages.h @@ -269,7 +269,7 @@ MESSAGE2(CMovieFrameMsg, int, value1, 0, int, value2, 0); MESSAGE0(CMusicHasStartedMsg); MESSAGE0(CMusicHasStoppedMsg); MESSAGE0(CMusicSettingChangedMsg); -MESSAGE2(CNPCPlayAnimationMsg, void *, data, 0, int, value2, 0); +MESSAGE2(CNPCPlayAnimationMsg, void *, data, nullptr, int, value2, 0); MESSAGE1(CNPCPlayIdleAnimationMsg, void *, value, 0); MESSAGE3(CNPCPlayTalkingAnimationMsg, int, value1, 0, int, value2, 0, void *, value3, nullptr); MESSAGE0(CNPCQueueIdleAnimMsg); -- cgit v1.2.3