From 05adb749c4ab3f6a4447da04355af10a9c9b52c0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 31 Mar 2018 23:18:37 -0400 Subject: XEEN: Fix Sheltem laugh during dream cutscene --- engines/xeen/worldofxeen/worldofxeen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/xeen/worldofxeen/worldofxeen.cpp b/engines/xeen/worldofxeen/worldofxeen.cpp index 3ac56a3444..c4a861ac61 100644 --- a/engines/xeen/worldofxeen/worldofxeen.cpp +++ b/engines/xeen/worldofxeen/worldofxeen.cpp @@ -134,11 +134,11 @@ void WorldOfXeenEngine::dream() { while (!shouldExit() && _events->timeElapsed() < 7) _events->pollEventsAndWait(); - _sound->playSound("dreams2.voc", 1); + _sound->playSound("dreams2.voc", 1, 0); while (!shouldExit() && _sound->isSoundPlaying()) _events->pollEventsAndWait(); - _sound->playSound("laff1.voc", 1); + _sound->playSound("laff1.voc", 1, 0); while (!shouldExit() && _sound->isSoundPlaying()) _events->pollEventsAndWait(); -- cgit v1.2.3