diff options
| -rw-r--r-- | engines/xeen/worldofxeen/worldofxeen.cpp | 4 | 
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();  | 
