diff options
author | Johannes Schickel | 2014-06-22 01:34:33 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-06-22 01:36:13 +0200 |
commit | 0fb812fe3b0a6043d1856d37697ee50e7342cb6d (patch) | |
tree | dd9838190029fcefc421ef12bc5da9094f2fa774 /engines/scumm/players | |
parent | d3ed1229ce937516f13d28610fc5d05178f88d07 (diff) | |
download | scummvm-rg350-0fb812fe3b0a6043d1856d37697ee50e7342cb6d.tar.gz scummvm-rg350-0fb812fe3b0a6043d1856d37697ee50e7342cb6d.tar.bz2 scummvm-rg350-0fb812fe3b0a6043d1856d37697ee50e7342cb6d.zip |
SCUMM: Fix Indy3 AdLib door sfx. (See bug #6657)
Full name of the bug: "INDY3: Wrong sound when opening/closing doors (AdLib regression)".
Diffstat (limited to 'engines/scumm/players')
-rw-r--r-- | engines/scumm/players/player_ad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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] = { |