[Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.25,1.26

Vincent Hamm yazoo at users.sourceforge.net
Wed Apr 24 07:34:12 CEST 2002


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

Modified Files:
	imuse.cpp 
Log Message:
Fixed transition effects in non V7 games

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/imuse.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** imuse.cpp	21 Apr 2002 17:54:59 -0000	1.25
--- imuse.cpp	24 Apr 2002 14:13:09 -0000	1.26
***************
*** 772,778 ****
  
  	if (ptr == NULL) {
! 		debug(1, "IMuse::findTag completely failed finding sound %d",
! 					sound);
! 		return 0;
  	}
  
--- 772,778 ----
  
  	if (ptr == NULL) {
! 	//	debug(1, "IMuse::findTag completely failed finding sound %d",
! 	//				sound);
! 		return NULL;
  	}
  





More information about the Scummvm-git-logs mailing list