[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.36,1.37 boxes.cpp,1.17,1.18 script_v1.cpp,1.43,1.44 scumm.h,1.78,1.79
- Next message: [Scummvm-cvs-logs] CVS: scummvm script.cpp,1.33,1.34 script_v1.cpp,1.44,1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.36,1.37 boxes.cpp,1.17,1.18 script_v1.cpp,1.43,1.44 scumm.h,1.78,1.79
- Next message: [Scummvm-cvs-logs] CVS: scummvm script.cpp,1.33,1.34 script_v1.cpp,1.44,1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list