From 9f5f27b42e8c4e23ec7d8341b5b03c4f53b88f3f Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 23 Aug 2010 17:01:33 +0000 Subject: MOHAWK: Fix xgwatch in the DVD version, which uses sounds in a different location svn-id: r52302 --- engines/mohawk/riven_external.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk') diff --git a/engines/mohawk/riven_external.cpp b/engines/mohawk/riven_external.cpp index b51fb99418..5af95226a4 100644 --- a/engines/mohawk/riven_external.cpp +++ b/engines/mohawk/riven_external.cpp @@ -1461,7 +1461,7 @@ void RivenExternal::xgwatch(uint16 argc, uint16 *argv) { if (curSound == 5) // Break out after the last sound is done break; - _vm->_sound->playSound(getComboDigit(*prisonCombo, curSound) + 13); + _vm->_sound->playSound(getComboDigit(*prisonCombo, curSound) + 13, !(_vm->getFeatures() & GF_DVD)); curSound++; soundTime = _vm->_system->getMillis(); } -- cgit v1.2.3