aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-13 19:44:01 -0400
committerPaul Gilbert2015-08-13 19:44:01 -0400
commit3e718ad31f347a543d35c467b9615e4536fbca64 (patch)
tree83ddf5de86e67fe1cda62bbabc9bca3e6489586b /engines/sherlock/tattoo/tattoo_user_interface.cpp
parent78790534791028f2b827a5ec7b5509f8a8c2dc4b (diff)
downloadscummvm-rg350-3e718ad31f347a543d35c467b9615e4536fbca64.tar.gz
scummvm-rg350-3e718ad31f347a543d35c467b9615e4536fbca64.tar.bz2
scummvm-rg350-3e718ad31f347a543d35c467b9615e4536fbca64.zip
SHERLOCK: RT: Revert lookAtObject to use playSound
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp
index f9d6194a84..62fd890be9 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -139,7 +139,7 @@ void TattooUserInterface::lookAtObject() {
if (!soundName.contains('.'))
soundName += ".wav";
- sound.playSpeech(soundName);
+ sound.playSound(soundName, WAIT_RETURN_IMMEDIATELY);
}
break;