[Scummvm-cvs-logs] CVS: scummvm/mac mac.cpp,1.4,1.5

James Brown ender at users.sourceforge.net
Fri Mar 15 21:34:03 CET 2002


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

Modified Files:
	mac.cpp 
Log Message:
Lots of stuff - GUI fixes. More launcher work... and CD music working in MI1. Thanks to frob and realmz for their work on that.



Index: mac.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/mac/mac.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mac.cpp	14 Mar 2002 14:15:02 -0000	1.4
--- mac.cpp	16 Mar 2002 05:33:25 -0000	1.5
***************
*** 867,872 ****
  }
  
! void cd_playtrack(int track, int offset, int delay) {
!   /* No CD Playback in the Mac-Version right now */
  }
  
--- 867,878 ----
  }
  
! /* FIXME: CD Music Stubs */
! void cd_playtrack(int track, int offset, int delay) {;}
! void cd_play(int track, int num_loops, int start_frame) {;}
! void cd_stop() {;}
! int cd_is_running() {return 0;}
! 
! void launcherLoop() {
!   /* No launcher on mac yet => stub function */
  }
  





More information about the Scummvm-git-logs mailing list