[Scummvm-cvs-logs] CVS: scummvm sound.h,1.6,1.7

James Brown ender at users.sourceforge.net
Thu Mar 14 00:21:02 CET 2002


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

Modified Files:
	sound.h 
Log Message:
Fix compile error when using USE_ADLIB



Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sound.h	14 Mar 2002 08:04:21 -0000	1.6
--- sound.h	14 Mar 2002 08:20:38 -0000	1.7
***************
*** 18,21 ****
--- 18,24 ----
   * Change Log:
   * $Log$
+  * Revision 1.7  2002/03/14 08:20:38  ender
+  * Fix compile error when using USE_ADLIB
+  *
   * Revision 1.6  2002/03/14 08:04:21  ender
   * Rewire the MIDI subsystem to use drivers selecting from the commandline.
***************
*** 405,409 ****
  	int part_update_active(Part *part,uint16 *active);
  	void adjust_priorities() {}
! 
  	bool wave_based() { return true; }	
  };
--- 408,412 ----
  	int part_update_active(Part *part,uint16 *active);
  	void adjust_priorities() {}
! 	void midiSetDriver(int devicetype) {;}
  	bool wave_based() { return true; }	
  };





More information about the Scummvm-git-logs mailing list