[Scummvm-cvs-logs] CVS: scummvm/saga sfuncs.cpp,1.119,1.120

Eugene Sandulenko sev at users.sourceforge.net
Sun Jun 5 02:27:20 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19992

Modified Files:
	sfuncs.cpp 
Log Message:
Fix long-standing bug with applying one object to another.


Index: sfuncs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sfuncs.cpp,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- sfuncs.cpp	4 Jun 2005 17:52:37 -0000	1.119
+++ sfuncs.cpp	5 Jun 2005 09:26:41 -0000	1.120
@@ -313,7 +313,7 @@
 	event.param2 = scriptEntryPointNumber;
 	event.param3 = action;		// Action
 	event.param4 = theObject;	// Object
-	event.param5 = theObject;	// With Object
+	event.param5 = withObject;	// With Object
 	event.param6 = objectId;
 
 	_vm->_events->queue(&event);





More information about the Scummvm-git-logs mailing list