[Scummvm-cvs-logs] SF.net SVN: scummvm: [22499] scummvm/trunk/engines/kyra/sound_digital.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed May 17 12:44:01 CEST 2006


Revision: 22499
Author:   eriktorbjorn
Date:     2006-05-17 12:42:55 -0700 (Wed, 17 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22499&view=rev

Log Message:
-----------
Fixed crackling in Kyra 3 sound. (At least what little of it ScummVM currently
plays before finishing.)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_digital.cpp
Modified: scummvm/trunk/engines/kyra/sound_digital.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_digital.cpp	2006-05-17 19:21:58 UTC (rev 22498)
+++ scummvm/trunk/engines/kyra/sound_digital.cpp	2006-05-17 19:42:55 UTC (rev 22499)
@@ -180,7 +180,7 @@
 				return 0;
 			}
 			
-			int16 curSample = 0;
+			int16 curSample = 0x80;
 			byte code = 0;
 			int8 count = 0;
 			uint16 input = 0;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list