[Scummvm-cvs-logs] CVS: scummvm string.cpp,1.22,1.23

James Brown ender at users.sourceforge.net
Sun Feb 17 10:57:01 CET 2002


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

Modified Files:
	string.cpp 
Log Message:
Remove debug message



Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/string.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** string.cpp	16 Feb 2002 19:03:14 -0000	1.22
--- string.cpp	17 Feb 2002 18:56:06 -0000	1.23
***************
*** 290,298 ****
  	}
  
! 	buffer = charset._buffer + charset._bufPos;
! 	if(_features & GF_OLD256) {
! 		debug(1, "CHARSET_1: %s", buffer);
! 		//return;
! 	}
  	charset.addLinebreaks(0, buffer,0, t);
  
--- 290,294 ----
  	}
  
! 	buffer = charset._buffer + charset._bufPos;	
  	charset.addLinebreaks(0, buffer,0, t);
  





More information about the Scummvm-git-logs mailing list