[Scummvm-cvs-logs] CVS: scummvm sound.h,1.2,1.3

Ludvig Strigeus strigeus at users.sourceforge.net
Sat Dec 1 09:26:10 CET 2001


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

Modified Files:
	sound.h 
Log Message:
fixed to compile on unix

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sound.h	2001/12/01 17:06:13	1.2
--- sound.h	2001/12/01 17:25:36	1.3
***************
*** 18,21 ****
--- 18,24 ----
   * Change Log:
   * $Log$
+  * Revision 1.3  2001/12/01 17:25:36  strigeus
+  * fixed to compile on unix
+  *
   * Revision 1.2  2001/12/01 17:06:13  strigeus
   * adlib sound support, use USE_ADLIB
***************
*** 394,398 ****
  
  struct MidiSoundDriver : SoundDriver {
! 	HMIDIOUT *_mo;
  	bool _mt32emulate;
  	SoundEngine *_se;
--- 397,401 ----
  
  struct MidiSoundDriver : SoundDriver {
! 	void *_mo;
  	bool _mt32emulate;
  	SoundEngine *_se;





More information about the Scummvm-git-logs mailing list