From 3e718ad31f347a543d35c467b9615e4536fbca64 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 13 Aug 2015 19:44:01 -0400 Subject: SHERLOCK: RT: Revert lookAtObject to use playSound --- engines/sherlock/tattoo/tattoo_user_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp') 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; -- cgit v1.2.3