[Scummvm-cvs-logs] CVS: scummvm/backends/midi adlib.cpp,1.18,1.19

Jamieson Christian jamieson630 at users.sourceforge.net
Sat May 17 10:21:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/midi
In directory sc8-pr-cvs1:/tmp/cvs-serv6433/backends/midi

Modified Files:
	adlib.cpp 
Log Message:
Fixed Adlib sound problem on old (small header) games. Thanks for eriktorbjorn for the material that led to the solution.

Index: adlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/adlib.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- adlib.cpp	15 May 2003 01:17:33 -0000	1.18
+++ adlib.cpp	17 May 2003 17:20:25 -0000	1.19
@@ -928,7 +928,7 @@
 
 uint32 MidiDriver_ADLIB::property (int prop, uint32 param) {
 	switch (prop) {
-		case PROP_SMALLHEADER: // Indicates older game, use different operator volume algorithm
+		case PROP_OLD_ADLIB: // Older games used a different operator volume algorithm
 			_game_SmallHeader = (param > 0);
 			return 1;
 	}





More information about the Scummvm-git-logs mailing list