Skip to content

Commit

Permalink
SCUMM: Fix Indy3 AdLib door sfx. (See bug #6657)
Browse files Browse the repository at this point in the history
Full name of the bug: "INDY3: Wrong sound when opening/closing doors (AdLib regression)".
  • Loading branch information
Johannes Schickel committed Jun 21, 2014
1 parent d3ed122 commit 0fb812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scumm/players/player_ad.cpp
Expand Up @@ -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] = {
Expand Down

0 comments on commit 0fb812f

Please sign in to comment.