aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-31 23:18:37 -0400
committerPaul Gilbert2018-03-31 23:18:37 -0400
commit05adb749c4ab3f6a4447da04355af10a9c9b52c0 (patch)
tree3a164e923e2a7adc412c59808005d08a67ec03a1
parentf2b8942f45987fa8756a60f4f1e65d9ff9b55de9 (diff)
downloadscummvm-rg350-05adb749c4ab3f6a4447da04355af10a9c9b52c0.tar.gz
scummvm-rg350-05adb749c4ab3f6a4447da04355af10a9c9b52c0.tar.bz2
scummvm-rg350-05adb749c4ab3f6a4447da04355af10a9c9b52c0.zip
XEEN: Fix Sheltem laugh during dream cutscene
-rw-r--r--engines/xeen/worldofxeen/worldofxeen.cpp4
1 files 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();