[Scummvm-cvs-logs] CVS: scummvm string.cpp,1.30,1.31

James Brown ender at users.sourceforge.net
Mon Mar 11 06:07:14 CET 2002


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

Modified Files:
	string.cpp 
Log Message:
Kind-of fix Indy3 and Zak verbs better.. the verbs will not show up until the first time you highlight them, however.



Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/string.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** string.cpp	11 Mar 2002 13:05:54 -0000	1.30
--- string.cpp	11 Mar 2002 14:06:21 -0000	1.31
***************
*** 709,712 ****
--- 709,719 ----
  		return;
  
+ 	if (_unk12) {
+ 		_strLeft = _left;
+ 		_strTop = _top;
+ 		_strRight = _left;
+ 		_strBottom = _top;
+ 		_unk12 = 0;
+ 	}
  	char_ptr = _vm->getResourceAddress(rtCharset, _curId) + 224 + (chr + 1)*8;
  	dest_ptr = _vm->getResourceAddress(rtBuffer, vs->number+1) + vs->xstart + (_top - vs->topline) * 320 + _left;





More information about the Scummvm-git-logs mailing list