[Scummvm-cvs-logs] CVS: scummvm gameDetector.cpp,1.19,1.20

James Brown ender at users.sourceforge.net
Wed Apr 17 08:12:31 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv30583

Modified Files:
	gameDetector.cpp 
Log Message:
Remove ADLIB default for Sam and Max - it should default to MIDI



Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gameDetector.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** gameDetector.cpp	17 Apr 2002 03:11:37 -0000	1.19
--- gameDetector.cpp	17 Apr 2002 14:50:47 -0000	1.20
***************
*** 279,285 ****
  	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT},
  	{"samnmax", "Sam & Max", GID_SAMNMAX, 6, 4, 2,
! 	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER | GF_ADLIB_DEFAULT},
  	{"snmdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0,
! 	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT},
  
  	/* Scumm Version 7 */
--- 279,285 ----
  	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT},
  	{"samnmax", "Sam & Max", GID_SAMNMAX, 6, 4, 2,
! 	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_DRAWOBJ_OTHER_ORDER},
  	{"snmdemo", "Sam & Max (Demo)", GID_SAMNMAX, 6, 3, 0,
! 	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY},
  
  	/* Scumm Version 7 */
***************
*** 438,442 ****
  #ifdef WIN32
  	/* MD_WINDOWS is default MidiDriver on windows targets */
! 	if (drv == MD_AUTO) drv = MD_WINDOWS;
  #endif
  	
--- 438,442 ----
  #ifdef WIN32
  	/* MD_WINDOWS is default MidiDriver on windows targets */
! 	if (drv == MD_AUTO) drv = MD_WINDOWS;	
  #endif
  	





More information about the Scummvm-git-logs mailing list