[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


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;
 





More information about the Scummvm-git-logs mailing list