[Scummvm-cvs-logs] CVS: scummvm sound.h,1.10,1.11

James Brown ender at users.sourceforge.net
Thu Apr 4 20:25:04 CEST 2002


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

Modified Files:
	sound.h 
Log Message:
Fix last BOOL



Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** sound.h	4 Apr 2002 22:47:03 -0000	1.10
--- sound.h	5 Apr 2002 04:24:39 -0000	1.11
***************
*** 18,21 ****
--- 18,24 ----
   * Change Log:
   * $Log$
+  * Revision 1.11  2002/04/05 04:24:39  ender
+  * Fix last BOOL
+  *
   * Revision 1.10  2002/04/04 22:47:03  arisme
   * MP3 cd music patch - still WIP, VBR doesn't work, compress the audio track X to MP3 CBR and name them trackX.mp3 in the game directory - only tested with Loom
***************
*** 100,104 ****
              uint32 buffer_size;
              mad_timer_t duration;
!             BOOL   playing;
              FILE   *file;
            } mp3_cdmusic;
--- 103,107 ----
              uint32 buffer_size;
              mad_timer_t duration;
!             bool   playing;
              FILE   *file;
            } mp3_cdmusic;





More information about the Scummvm-git-logs mailing list