[Scummvm-cvs-logs] CVS: scummvm/v3 resource_v3.cpp,1.2,1.3

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


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

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

Index: resource_v3.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/v3/resource_v3.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** resource_v3.cpp	25 Mar 2002 08:51:34 -0000	1.2
--- resource_v3.cpp	4 Apr 2002 23:02:02 -0000	1.3
***************
*** 149,153 ****
  
  void Scumm_v3::loadCharset(int no){
! 	uint32 size;
  
          checkRange(4 ,0 ,no , "Loading illegal charset %d");
--- 149,155 ----
  
  void Scumm_v3::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