[Scummvm-cvs-logs] CVS: scummvm/v4 resource_v4.cpp,1.2,1.3

Nicolas Bacca arisme at users.sourceforge.net
Thu Apr 4 15:16:12 CEST 2002


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

Modified Files:
	resource_v4.cpp 
Log Message:
Revenge of the son of the charset fix

Index: resource_v4.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/v4/resource_v4.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** resource_v4.cpp	25 Mar 2002 08:51:34 -0000	1.2
--- resource_v4.cpp	4 Apr 2002 23:02:02 -0000	1.3
***************
*** 25,29 ****
  
  void Scumm_v4::loadCharset(int no) {
! 	uint32 size;
  
  	checkRange(4 ,0 ,no , "Loading illegal charset %d");
--- 25,31 ----
  
  void Scumm_v4::loadCharset(int no) {
! 	uint32 size;
! 
! 	memset(_charsetData, 0, sizeof(_charsetData));
  
  	checkRange(4 ,0 ,no , "Loading illegal charset %d");





More information about the Scummvm-git-logs mailing list