[Scummvm-cvs-logs] scummvm master -> 0fb812fe3b0a6043d1856d37697ee50e7342cb6d

lordhoto lordhoto at gmail.com
Sun Jun 22 01:53:34 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0fb812fe3b SCUMM: Fix Indy3 AdLib door sfx. (See bug #6657)


Commit: 0fb812fe3b0a6043d1856d37697ee50e7342cb6d
    https://github.com/scummvm/scummvm/commit/0fb812fe3b0a6043d1856d37697ee50e7342cb6d
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2014-06-22T01:36:13+02:00

Commit Message:
SCUMM: Fix Indy3 AdLib door sfx. (See bug #6657)

Full name of the bug: "INDY3: Wrong sound when opening/closing doors (AdLib regression)".

Changed paths:
    engines/scumm/players/player_ad.cpp



diff --git a/engines/scumm/players/player_ad.cpp b/engines/scumm/players/player_ad.cpp
index 5ed50ab..1176a62 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] = {






More information about the Scummvm-git-logs mailing list