[Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.7,1.8

James Brown ender at users.sourceforge.net
Tue Mar 5 09:37:03 CET 2002


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

Modified Files:
	imuse.cpp 
Log Message:
Remove some testing stuff.



Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/imuse.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** imuse.cpp	5 Mar 2002 16:13:09 -0000	1.7
--- imuse.cpp	5 Mar 2002 17:36:09 -0000	1.8
***************
*** 41,49 ****
  #define COMMAND_ID 1
  
! //#ifdef SAMNMAX
  	#define MDHD_TAG "MDpg"
! //#else
! //	#define MDHD_TAG "MDhd"
! //#endif
  
  int clamp(int val, int min, int max) {
--- 41,49 ----
  #define COMMAND_ID 1
  
! #ifdef SAMNMAX
  	#define MDHD_TAG "MDpg"
! #else
!       #define MDHD_TAG "MDhd"
! #endif
  
  int clamp(int val, int min, int max) {
***************
*** 181,186 ****
  	void *mdhd;
  
! 	mdhd = findTag(sound, MDHD_TAG, 0);
!     if (!mdhd)  {
  		warning("SE::start_sound failed: Couldn't find %s", MDHD_TAG);
  		return false;
--- 181,186 ----
  	void *mdhd;
  
!         mdhd = findTag(sound, MDHD_TAG, 0);
!         if (!mdhd)  {
  		warning("SE::start_sound failed: Couldn't find %s", MDHD_TAG);
  		return false;





More information about the Scummvm-git-logs mailing list