[Scummvm-cvs-logs] CVS: scummvm string.cpp,1.18,1.19

James Brown ender at users.sourceforge.net
Thu Feb 14 07:49:40 CET 2002


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

Modified Files:
	string.cpp 
Log Message:
Another quick Zak hack.. until charsets work, anyway.



Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/string.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** string.cpp	14 Feb 2002 12:57:29 -0000	1.18
--- string.cpp	14 Feb 2002 15:48:54 -0000	1.19
***************
*** 447,451 ****
  	}
  	if(space) *space='\0';
! 
  	if (charset._center) {
  		charset._left -= charset.getStringWidth(a, buf, 0) >> 1;
--- 447,454 ----
  	}
  	if(space) *space='\0';
! 	if(_gameId==GID_ZAK256) {
! 		debug(1, "DRAWSTRING: %s", buf);
! 		return;
! 	}
  	if (charset._center) {
  		charset._left -= charset.getStringWidth(a, buf, 0) >> 1;





More information about the Scummvm-git-logs mailing list