[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.95,1.96

Jamieson Christian jamieson630 at users.sourceforge.net
Mon May 19 13:35:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv2706/scummvm/common

Modified Files:
	gameDetector.cpp 
Log Message:
Oops....

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- gameDetector.cpp	19 May 2003 19:50:28 -0000	1.95
+++ gameDetector.cpp	19 May 2003 20:34:41 -0000	1.96
@@ -635,7 +635,7 @@
 	 * default, OR if the game is an older game that doesn't
 	 * support anything else anyway. */
 #ifndef __PALM_OS__ // currently adlib is not supported, is this really needed ?
-	if ((_midi_driver == MD_AUTO && _features & GF_ADLIB_DEFAULT) || GF_SMALL_HEADER) {
+	if ((_midi_driver == MD_AUTO && _features & GF_ADLIB_DEFAULT) || _features & GF_SMALL_HEADER) {
 		_midi_driver = MD_ADLIB;
 		_use_adlib = true;
 	}





More information about the Scummvm-git-logs mailing list