[Scummvm-cvs-logs] CVS: scummvm scumm.h,1.110,1.111

Mutwin Kraus mutle at users.sourceforge.net
Sun Apr 7 11:47:08 CEST 2002


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

Modified Files:
	scumm.h 
Log Message:
Changed the name of OffsetTable to MP3OffsetTable, as OffsetTable is already defined in the Apple Headers

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** scumm.h	7 Apr 2002 07:31:47 -0000	1.110
--- scumm.h	7 Apr 2002 18:46:37 -0000	1.111
***************
*** 968,972 ****
  	void addSoundToQueue2(int sound);
  	void soundKludge(int16 *list);
! 	OffsetTable *offset_table;	// SO3 MP3 compressed audio
  	int num_sound_effects;		// SO3 MP3 compressed audio
  
--- 968,972 ----
  	void addSoundToQueue2(int sound);
  	void soundKludge(int16 *list);
! 	MP3OffsetTable *offset_table;	// SO3 MP3 compressed audio
  	int num_sound_effects;		// SO3 MP3 compressed audio
  





More information about the Scummvm-git-logs mailing list