From 0fb812fe3b0a6043d1856d37697ee50e7342cb6d Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 22 Jun 2014 01:34:33 +0200 Subject: SCUMM: Fix Indy3 AdLib door sfx. (See bug #6657) Full name of the bug: "INDY3: Wrong sound when opening/closing doors (AdLib regression)". --- engines/scumm/players/player_ad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/players/player_ad.cpp b/engines/scumm/players/player_ad.cpp index 5ed50ab65c..1176a62112 100644 --- a/engines/scumm/players/player_ad.cpp +++ b/engines/scumm/players/player_ad.cpp @@ -1163,7 +1163,7 @@ const uint Player_AD::_noteAdjustTable[16] = { 0, 4369, 8738, 13107, 17476, 21845, 26214, 30583, 34952, 39321, 43690, 48059, - 52428, 46797, 61166, 65535 + 52428, 56797, 61166, 65535 }; const bool Player_AD::_useOperatorTable[7] = { -- cgit v1.2.3