[Scummvm-git-logs] scummvm master -> 65674e5fb9c961eb1db2e5a851277b7d4bdc7ed1
dreammaster
dreammaster at scummvm.org
Tue Dec 20 03:34:32 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
65674e5fb9 TITANIC: Stop automatically dragging parrot when entering cage close-up
Commit: 65674e5fb9c961eb1db2e5a851277b7d4bdc7ed1
https://github.com/scummvm/scummvm/commit/65674e5fb9c961eb1db2e5a851277b7d4bdc7ed1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-19T21:34:31-05:00
Commit Message:
TITANIC: Stop automatically dragging parrot when entering cage close-up
Changed paths:
engines/titanic/true_talk/true_talk_manager.cpp
diff --git a/engines/titanic/true_talk/true_talk_manager.cpp b/engines/titanic/true_talk/true_talk_manager.cpp
index 8b1cd8c..446a32e 100644
--- a/engines/titanic/true_talk/true_talk_manager.cpp
+++ b/engines/titanic/true_talk/true_talk_manager.cpp
@@ -538,9 +538,10 @@ void CTrueTalkManager::playSpeech(TTtalker *talker, TTroomScript *roomScript, CV
if (!milli)
continue;
+#ifdef SPATIAL_SOUND
if (idx == 0)
g_vm->_events->sleep(milli);
-#ifdef SPATIAL_SOUND
+
// TODO: Figure out if these below are needed. It kinda looks like they were
// simply playing the same speech at different spatial co-ordinates. And since
// we don't support spatial processing in ScummVM yet, they're being left disabled
More information about the Scummvm-git-logs
mailing list