From 05c8c83b1652f8553c3be2783a40b2489355ae9e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 1 Apr 2018 17:17:33 -0400 Subject: XEEN: Fix laugh sound in death cutscene --- engines/xeen/worldofxeen/worldofxeen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/xeen/worldofxeen/worldofxeen.cpp b/engines/xeen/worldofxeen/worldofxeen.cpp index c4a861ac61..ecaae8303b 100644 --- a/engines/xeen/worldofxeen/worldofxeen.cpp +++ b/engines/xeen/worldofxeen/worldofxeen.cpp @@ -79,7 +79,7 @@ void WorldOfXeenEngine::death() { w.update(); savedBg.blitFrom(*_screen); - _sound->playSound(_files->_ccNum ? "laff1.voc" : "xeenlaff.voc"); + _sound->playSound(_files->_ccNum ? "laff1.voc" : "xeenlaff.voc", _files->_ccNum, 0); // Animation of Xeen or Alamar laughing for (int idx = 0, idx2 = 0; idx < (_files->_ccNum ? 10 : 23); ++idx) { -- cgit v1.2.3