[Scummvm-cvs-logs] CVS: scummvm resource.cpp,1.24,1.25

Ludvig Strigeus strigeus at users.sourceforge.net
Mon Dec 3 03:43:04 CET 2001


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

Modified Files:
	resource.cpp 
Log Message:
fixed invalid init value in readSoundResource (again)

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/resource.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** resource.cpp	2001/12/02 21:42:47	1.24
--- resource.cpp	2001/12/03 11:42:40	1.25
***************
*** 477,481 ****
  	}
  #else
! 	best_pri = 0;
  	while (pos < total_size) {
  		tag = fileReadDword();
--- 477,481 ----
  	}
  #else
! 	best_pri = -1;
  	while (pos < total_size) {
  		tag = fileReadDword();





More information about the Scummvm-git-logs mailing list