diff options
author | Paul Gilbert | 2016-09-03 17:31:37 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-09-03 17:31:37 -0400 |
commit | b4beb09c94e66f58791fa62d10090f8866f5dbb9 (patch) | |
tree | db78bd4a3846609486a5f2c8b552188b14e899f1 /engines/titanic/messages | |
parent | 302562de3800e46ff2c07cad4eaef5b13c039776 (diff) | |
download | scummvm-rg350-b4beb09c94e66f58791fa62d10090f8866f5dbb9.tar.gz scummvm-rg350-b4beb09c94e66f58791fa62d10090f8866f5dbb9.tar.bz2 scummvm-rg350-b4beb09c94e66f58791fa62d10090f8866f5dbb9.zip |
TITANIC: Fix updating mixer during cutscenes, ending NPC speech
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 e77804cd7d..4fc4067a1a 100644 --- a/engines/titanic/messages/messages.h +++ b/engines/titanic/messages/messages.h @@ -327,7 +327,7 @@ MESSAGE1(CTriggerNPCEvent, int, value, 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, stateNum, 0, int, stateVal, -1000); -MESSAGE2(CTrueTalkNotifySpeechEndedMsg, int, value1, 0, int, dialogueId, 0); +MESSAGE2(CTrueTalkNotifySpeechEndedMsg, int, endState, 0, int, dialogueId, 0); MESSAGE3(CTrueTalkNotifySpeechStartedMsg, uint, speechDuration, 0, uint, dialogueId, 0, int, value, 0); MESSAGE1(CTrueTalkQueueUpAnimSetMsg, int, value, 0); MESSAGE0(CTrueTalkSelfQueueAnimSetMsg); |