[Scummvm-cvs-logs] CVS: scummvm mp3_cd.cpp,1.1,1.2 mp3_cd.h,1.1,1.2

James Brown ender at users.sourceforge.net
Thu Apr 4 20:18:03 CEST 2002


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

Modified Files:
	mp3_cd.cpp mp3_cd.h 
Log Message:
Fix copy & paste error - use bool, not BOOL in cross-platform SDL apps.



Index: mp3_cd.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/mp3_cd.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mp3_cd.cpp	5 Apr 2002 00:00:45 -0000	1.1
--- mp3_cd.cpp	5 Apr 2002 04:17:32 -0000	1.2
***************
*** 90,94 ****
  // Borrowed from Winamp plugin in_mad.c
  
! BOOL parse_xing_vbr_tag()
  {
    struct mad_stream stream;
--- 90,94 ----
  // Borrowed from Winamp plugin in_mad.c
  
! bool parse_xing_vbr_tag()
  {
    struct mad_stream stream;
***************
*** 198,202 ****
  }
  
! BOOL mp3_cd_play(Scumm *s, int track, int num_loops, int start_frame, int end_frame) {
  
  	// See if we are already playing this track, else try to open it
--- 198,202 ----
  }
  
! bool mp3_cd_play(Scumm *s, int track, int num_loops, int start_frame, int end_frame) {
  
  	// See if we are already playing this track, else try to open it

Index: mp3_cd.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/mp3_cd.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mp3_cd.h	5 Apr 2002 00:00:46 -0000	1.1
--- mp3_cd.h	5 Apr 2002 04:17:32 -0000	1.2
***************
*** 41,45 ****
  };
  
! BOOL mp3_cd_play(Scumm *s, int track, int num_loops, int start_frame, int end_frame);
  
! #endif
\ No newline at end of file
--- 41,45 ----
  };
  
! bool mp3_cd_play(Scumm *s, int track, int num_loops, int start_frame, int end_frame);
  
! #endif





More information about the Scummvm-git-logs mailing list