[Scummvm-cvs-logs] CVS: scummvm/sound imuse.cpp,1.2,1.3

James Brown ender at users.sourceforge.net
Tue Feb 12 10:21:07 CET 2002


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

Modified Files:
	imuse.cpp 
Log Message:
First part of Yazoo and mines work on making older scumm games work.
Not enough here to actually work yet, just the base groundwork needed.



Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/imuse.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** imuse.cpp	28 Dec 2001 18:43:02 -0000	1.2
--- imuse.cpp	12 Feb 2002 18:20:37 -0000	1.3
***************
*** 182,186 ****
  
  	mdhd = findTag(sound, MDHD_TAG, 0);
! 	if (!mdhd)
  		return false;
  
--- 182,186 ----
  
  	mdhd = findTag(sound, MDHD_TAG, 0);
!     if (!mdhd) 
  		return false;
  





More information about the Scummvm-git-logs mailing list