[Scummvm-git-logs] scummvm master -> 05adb749c4ab3f6a4447da04355af10a9c9b52c0
dreammaster
dreammaster at scummvm.org
Sun Apr 1 05:18:38 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
05adb749c4 XEEN: Fix Sheltem laugh during dream cutscene
Commit: 05adb749c4ab3f6a4447da04355af10a9c9b52c0
https://github.com/scummvm/scummvm/commit/05adb749c4ab3f6a4447da04355af10a9c9b52c0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-31T23:18:37-04:00
Commit Message:
XEEN: Fix Sheltem laugh during dream cutscene
Changed paths:
engines/xeen/worldofxeen/worldofxeen.cpp
diff --git a/engines/xeen/worldofxeen/worldofxeen.cpp b/engines/xeen/worldofxeen/worldofxeen.cpp
index 3ac56a3..c4a861a 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();
More information about the Scummvm-git-logs
mailing list