[Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.169,1.170
Eugene Sandulenko
sev at users.sourceforge.net
Mon Mar 1 13:56:08 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.168,1.169 script_v6.cpp,1.313,1.314
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.148,2.149 script_v6he.cpp,2.30,2.31 script_v7he.cpp,2.3,2.4 scumm.h,1.374,1.375 scummvm.cpp,2.600,2.601
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14264
Modified Files:
object.cpp
Log Message:
Update comment on runInventoryScript() argument in setOwnerOf().
Index: object.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.cpp,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- object.cpp 1 Mar 2004 16:07:16 -0000 1.169
+++ object.cpp 1 Mar 2004 21:36:15 -0000 1.170
@@ -1195,6 +1195,7 @@
// In Sam & Max this is necessary, or you won't get your stuff back
// from the Lost and Found tent after riding the Cone of Tragedy. But
// it probably applies to all V6+ games. See bugs #493153 and #907113.
+ // FT disassembly is checked, behaviour is correct. [sev]
int arg = (_version >= 6) ? obj : 0;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm object.cpp,1.168,1.169 script_v6.cpp,1.313,1.314
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.148,2.149 script_v6he.cpp,2.30,2.31 script_v7he.cpp,2.3,2.4 scumm.h,1.374,1.375 scummvm.cpp,2.600,2.601
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list