From fe613524e5f93b2f66613ef2e77608407eba2dd6 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Tue, 29 Mar 2011 20:15:12 +0200 Subject: MOHAWK: Looks like LBAnimation ignores sound priorities after all. --- engines/mohawk/livingbooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 3d1c32fc90..356ad94fa6 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -1695,7 +1695,7 @@ void LBAnimation::stop() { void LBAnimation::playSound(uint16 resourceId) { _currentSound = resourceId; - _vm->playSound(_parent, _currentSound); + _vm->_sound->playSound(_currentSound); } bool LBAnimation::soundPlaying(uint16 resourceId) { -- cgit v1.2.3