diff options
author | Paul Gilbert | 2016-12-19 21:34:31 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-12-19 21:34:31 -0500 |
commit | 65674e5fb9c961eb1db2e5a851277b7d4bdc7ed1 (patch) | |
tree | 7e3fb447af116ce8ace7c4a203ac6ddead7cccfe /engines | |
parent | cd4a28fe6e6f5fb2af778a3e6ba48c883ffe9c6e (diff) | |
download | scummvm-rg350-65674e5fb9c961eb1db2e5a851277b7d4bdc7ed1.tar.gz scummvm-rg350-65674e5fb9c961eb1db2e5a851277b7d4bdc7ed1.tar.bz2 scummvm-rg350-65674e5fb9c961eb1db2e5a851277b7d4bdc7ed1.zip |
TITANIC: Stop automatically dragging parrot when entering cage close-up
Diffstat (limited to 'engines')
-rw-r--r-- | engines/titanic/true_talk/true_talk_manager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/true_talk_manager.cpp b/engines/titanic/true_talk/true_talk_manager.cpp index 8b1cd8cc9a..446a32eaae 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 |