[Scummvm-cvs-logs] CVS: scummvm sdl.cpp,1.78,1.79

James Brown ender at users.sourceforge.net
Sun Apr 7 05:29:02 CEST 2002


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

Modified Files:
	sdl.cpp 
Log Message:
Fix MI1 cd music - Thanks khalek.



Index: sdl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sdl.cpp,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** sdl.cpp	7 Apr 2002 07:33:39 -0000	1.78
--- sdl.cpp	7 Apr 2002 12:28:00 -0000	1.79
***************
*** 682,686 ****
  	scumm->_vars[14] = 0;
  
! 	if (!start_frame && !end_frame)
  		return;
  
--- 682,686 ----
  	scumm->_vars[14] = 0;
  
! 	if (!num_loops && !start_frame)
  		return;
  





More information about the Scummvm-git-logs mailing list