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

James Brown ender at users.sourceforge.net
Thu Apr 11 10:20:07 CEST 2002


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

Modified Files:
	resource_v4.cpp 
Log Message:
Large pointless reindentation of all the code. Also fixed a few mistakes 
in the object flags code cleanup.

Flags used:

indent *.cpp -br -bap -nbc -lp -ce -cdw -brs -nbad -nbc -npsl -nip
-ts2 -ncs -nbs -npcs -nbap -Tbyte -Tuint32 -Tuint8 -Tuint16 -TArrayHeader
-TMemBlkHeader -TVerbSlot -TObjectData -Tvoid -TImageHeader -TRoomHeader
-TCodeHeader -TResHdr -TBompHeader -TMidiChannelAdl -TGui -TScumm
-TSoundEngine -TPart -TPlayer



Index: resource_v4.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/v4/resource_v4.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** resource_v4.cpp	4 Apr 2002 23:02:02 -0000	1.3
--- resource_v4.cpp	11 Apr 2002 17:19:16 -0000	1.4
***************
*** 24,36 ****
  #include "scumm.h"
  
! void Scumm_v4::loadCharset(int no) {
! 	uint32 size;
! 
! 	memset(_charsetData, 0, sizeof(_charsetData));
  
! 	checkRange(4 ,0 ,no , "Loading illegal charset %d");
  	openRoom(-1);
  
! 	openRoom(900+no);
  
  	size = fileReadDwordLE();
--- 24,36 ----
  #include "scumm.h"
  
! void Scumm_v4::loadCharset(int no)
! {
! 	uint32 size;
! 	

memset(_charsetData, 0, sizeof(_charsetData));
  
! 	checkRange(4, 0, no, "Loading illegal charset %d");
  	openRoom(-1);
  
! 	openRoom(900 + no);
  
  	size = fileReadDwordLE();





More information about the Scummvm-git-logs mailing list