aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/titania.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-06-25 10:56:42 -0400
committerPaul Gilbert2017-06-25 10:56:42 -0400
commita04f35b4dfc0eddb98c4269edefbf7019e866ed5 (patch)
treef99c0fe56e4ec5489c76e994e906fb7f725a3119 /engines/titanic/npcs/titania.cpp
parentf16505b128c5aac2a0b4d8c18e360b14058149e1 (diff)
downloadscummvm-rg350-a04f35b4dfc0eddb98c4269edefbf7019e866ed5.tar.gz
scummvm-rg350-a04f35b4dfc0eddb98c4269edefbf7019e866ed5.tar.bz2
scummvm-rg350-a04f35b4dfc0eddb98c4269edefbf7019e866ed5.zip
TITANIC: Change Titania to use speech sound type
Diffstat (limited to 'engines/titanic/npcs/titania.cpp')
-rw-r--r--engines/titanic/npcs/titania.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/npcs/titania.cpp b/engines/titanic/npcs/titania.cpp
index e0ea4f1459..2b6536fd6e 100644
--- a/engines/titanic/npcs/titania.cpp
+++ b/engines/titanic/npcs/titania.cpp
@@ -175,7 +175,8 @@ bool CTitania::ActMsg(CActMsg *msg) {
if (_centralCore && _eye1 && _eye2 && _ear1 && _ear2 && _nose && _mouth
&& _speechCentre && _olfactoryCentre && _auditoryCentre) {
- playSound("z#47.wav");
+ CProximity prox(Audio::Mixer::kSpeechSoundType);
+ playSound("z#47.wav", prox);
CActMsg actMsg("Woken");
actMsg.execute("MouthSlot");